Skip to main content

DeviationSample

Other

A single deviation sample.

Import

import ScriptingApi as api

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

Properties

point_a

Sample point [x, y, z] on the actual object.

Type: list


point_b

Corresponding closest point [x, y, z] on the reference object.

Type: list


value

Signed or absolute deviation value for the sample.

Type: float


See Also