WallThicknessMethod
Methods for wall thickness analysis computation. Determines how the wall thickness is calculated for each point on the surface.
Import
import ScriptingApi as api
# Access the class
# WallThicknessMethod is available via api.WallThicknessMethod
Enumeration Values
Enumeration Method from WallThicknessMethod
| Value | Description |
|---|---|
WallThicknessMethod.RayCasting | RayCasting option |
WallThicknessMethod.ShrinkingSphere | ShrinkingSphere option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.WallThicknessMethod.RayCasting