Skip to main content

RulerType

Other

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

ValueDescription
RulerType.OffOff option
RulerType.ThinThin option
RulerType.ThickThick option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.RulerType.Off

See Also