Skip to main content

SurfaceHollowMethod

Other

Hollow methods.

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