Skip to main content

SurfaceHollowMethod

Other

Hollow methods. Available values: - Fast: Normal-based extrusion; faster but less robust on complex meshes. - Robust: Voxel-based hollowing; more robust, uses the resolution preset.

Import

import ScriptingApi as api

# Access the class
# SurfaceHollowMethod is available via api.SurfaceHollowMethod

Enumeration Values

Enumeration Method from SurfaceHollowMethod

ValueDescription
SurfaceHollowMethod.FastFast option
SurfaceHollowMethod.RobustRobust option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.SurfaceHollowMethod.Fast

See Also