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()
It supports the applicable measurement options (for computing a volume, for example) used with the measure method in the section below.