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

First endpoint [x, y, z] of the sampled thickness segment.

Type: list


point_b

Second endpoint [x, y, z] of the sampled thickness segment.

Type: list


value

Measured wall thickness value between the two endpoints.

Type: float


See Also