Skip to main content

WallThicknessMethod

Other

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

ValueDescription
WallThicknessMethod.RayCastingRayCasting option
WallThicknessMethod.ShrinkingSphereShrinkingSphere option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.WallThicknessMethod.RayCasting

See Also