Mensuration means the measurement of 1D, 2D and 3D objects. We often want to measure the length of a line, the area of a shape, or the volume of a solid. Those are exampls of mensuration.
Convert linear objects (e.g. a line or line-string element) to a
CurveVector.
The CurveVector class provides methods to extract length.
Convert area objects (e.g. a shape or ellipse element) to a
CurveVector.
The CurveVector class provides methods to extract area.
Convert solid or solid-like objects (e.g. a cone or block element) to an
ISolidPrimitive
object.
The ISolidPrimitive class provides methods to obtain area, volume and other measurements.
Python, C++ and C# programmers work mostly with UORs (Units-of-Resolution). Many functions receive or yield values in UORs. If you want to present your measurements to a user, then you should convert from UORs to a human metric, such as …
Those conversions are discussed in the formatting chapter.