Using GiD, it is possible to get X, Y and Z coordinates for any point using Utilities>List and then selecting the point or node of interest and pressing escape.
Is it possible, however, to obtain the numerical volume or surface area of an element? For example if I would like to get the numerical values for volume of a mesh element, how can this be done?
Possible to get area/volume of entities through GiD?
Moderator: GiD Team
Re: Possible to get area/volume of entities through GiD?
menu: Utilities->Mass
and select the entities you want. You will get its measure length/area/volume depending on the type of entity
From Tcl scripting language you can also ask for this information with the Tcl command
GiD_Info ListMassProperties
and select the entities you want. You will get its measure length/area/volume depending on the type of entity
From Tcl scripting language you can also ask for this information with the Tcl command
GiD_Info ListMassProperties
Re: Possible to get area/volume of entities through GiD?
Very nice. Thank you.