Skip to main content

WallThicknessSample

Other

A single wall thickness sample.

Import

import ScriptingApi as api

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

Properties

point_a

Analyzed surface-contact endpoint [x, y, z] of the sampled thickness segment.

Type: list


point_b

Opposing surface-contact endpoint [x, y, z] selected by the configured method.

Type: list


value

For a valid sample, the Euclidean distance between pointA and pointB. This equals the displayed measurement length. A negative value means that no reliable opposing contact was found; in that case pointB equals pointA.

Type: float


See Also