Measurements
To measure geometric entities in a mesh, use
model.component(<ctag>).mesh(<tag>).measure().measurementMethod;
where <ctag> is the component and <tag> is the mesh.
The methods return the volume, area, length, vertex coordinates, average coordinates, or distance between two vertices according to the entity selection. Measurements are performed on the output mesh from the last built mesh feature. For a list of the available measurement methods to use, see Measurement Methods. For information about methods to select entities, see the section Selections.