SurfaceHollowDirection
Hollow direction types. Available values: - Inward: Add wall thickness toward the interior of the surface. - Outward: Add wall thickness toward the exterior of the surface.
Import
import ScriptingApi as api
# Access the class
# SurfaceHollowDirection is available via api.SurfaceHollowDirection
Enumeration Values
Enumeration Direction from SurfaceHollowDirection
| Value | Description |
|---|---|
SurfaceHollowDirection.Inward | Inward option |
SurfaceHollowDirection.Outward | Outward option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SurfaceHollowDirection.Inward