Skip to main content

DistanceMeasurement

Other

Distance measurement result containing two endpoints and the distance.

Import

import ScriptingApi as api

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

Properties

point1

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

Type: list


point2

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

Type: list


distance

Distance between the two points.

Type: float


See Also