Skip to main content

DeviationSample

Other

A single actual-surface vertex 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


surface_area_weight

Actual-surface area represented by this vertex sample, in square millimeters.

Type: float


See Also