Skip to main content

SurfaceHollowDirection

Other

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

ValueDescription
SurfaceHollowDirection.InwardInward option
SurfaceHollowDirection.OutwardOutward option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.SurfaceHollowDirection.Inward

See Also