RulerType
Ruler style for the 3D and 2D slice views. Available values: - Off: No ruler is shown. - Thin: Thin ruler style. - Thick: Thick ruler style.
Import
import ScriptingApi as api
# Access the class
# RulerType is available via api.RulerType
Enumeration Values
Enumeration Type from RulerType
| Value | Description |
|---|---|
RulerType.Off | Off option |
RulerType.Thin | Thin option |
RulerType.Thick | Thick option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.RulerType.Off