Measurements
Geometric measurements is a tool to measure geometric entities and objects. You access it by entering
model.component(<ctag>).geom(<tag>).measure()
using the GeomSequence.measure() method.
To make a measurement on the finalized geometry, use GeomSequence.measureFinal() instead:
model.component(<ctag>).geom(<tag>).measureFinal()
This command measures the lastly built finalized geometry. That is, this command does not rebuild the finalized geometry if needed. It supports the applicable measurement options (for computing a volume, for example) used with the measure method in the section below.