Skip to main content

AnnotationMeasurement

Other

Annotation measurement result containing position and gray value.

Import

import ScriptingApi as api

# Access the class
# AnnotationMeasurement is available via api.AnnotationMeasurement

Properties

position

Position of the annotation anchor point [x, y, z].

Type: list


gray_value

Gray value at the annotation location.

Type: float


text

Annotation text.

Type: str


See Also