DiameterMeasurement
Diameter measurement result containing points, diameter, and centroid.
Import
import ScriptingApi as api
# Access the class
# DiameterMeasurement is available via api.DiameterMeasurement
Properties
point1
Position of the first point [x, y, z].
Type: list
point2
Position of the second point [x, y, z].
Type: list
point3
Position of the third point [x, y, z].
Type: list
diameter
Diameter value.
Type: float
centroid
Centroid position [x, y, z].
Type: list