Skip to main content

AngleMeasurement

Other

Angle measurement result containing three points and the angle.

Import

import ScriptingApi as api

# Access the class
# AngleMeasurement is available via api.AngleMeasurement

Properties

point1

Position of the first point [x, y, z].

Type: list


center

Position of the center point [x, y, z].

Type: list


point2

Position of the third point [x, y, z].

Type: list


angle

Angle in degrees.

Type: float


See Also