Skip to main content

BoxMeasurement

Other

Box measurement result containing dimensions, volume, perimeter, and centroid.

Import

import ScriptingApi as api

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

Properties

width

Width of the box.

Type: float


height

Height of the box.

Type: float


depth

Depth of the box.

Type: float


volume

Volume of the box.

Type: float


perimeter

Perimeter of the box.

Type: float


centroid

Centroid position [x, y, z].

Type: list


See Also