SurfaceHollowMethod
Hollow methods.
Import
import ScriptingApi as api
# Access the class
# SurfaceHollowMethod is available via api.SurfaceHollowMethod
Enumeration Values
Enumeration Method from SurfaceHollowMethod
| Value | Description |
|---|---|
SurfaceHollowMethod.Fast | Fast option |
SurfaceHollowMethod.Robust | Robust option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SurfaceHollowMethod.Fast