Skip to main content

HollowShellMode

Enumerations

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

ValueDescription
HollowShellMode.InsideSurfaceInsideSurface option
HollowShellMode.MedialSurfaceMedialSurface option
HollowShellMode.OutsideSurfaceOutsideSurface option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.HollowShellMode.InsideSurface

See Also