HollowShellMode
Defines shell modes for hollow mask operation. Specifies how the hollow shell should be positioned relative to the mask boundary. InsideSurface => Shell extends inward from boundary MedialSurface => Shell extends outward from boundary OutsideSurface => Shell is centered on boundary
Import
import ScriptingApi as api
# Access the class
# HollowShellMode is available via api.HollowShellMode
Enumeration Values
Enumeration Type from HollowShellMode
| Value | Description |
|---|---|
HollowShellMode.InsideSurface | InsideSurface option |
HollowShellMode.MedialSurface | MedialSurface option |
HollowShellMode.OutsideSurface | OutsideSurface option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.HollowShellMode.InsideSurface