EllipseMeasurement
Ellipse measurement result containing axes, area, perimeter, and eccentricity.
Import
import ScriptingApi as api
# Access the class
# EllipseMeasurement is available via api.EllipseMeasurement
Properties
d1
First diameter (major axis).
Type: float
d2
Second diameter (minor axis).
Type: float
area
Area of the ellipse.
Type: float
perimeter
Perimeter of the ellipse.
Type: float
eccentricity
Eccentricity of the ellipse.
Type: float
centroid
Centroid position [x, y, z].
Type: list