Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 787 Bytes

File metadata and controls

15 lines (10 loc) · 787 Bytes

PolyIntent

Enumerates the intents of the polygon or polyline annotation.

Enum

Name Type Value Description
UNDEFINED str "Undefined" Undefined state.
POLYGONCLOUD str "PolygonCloud" Means that the annotation is intended to function as a cloud object.
POLYLINEDIMENSION str "PolyLineDimension" Indicates that the polyline annotation is intended to function as a dimension.
POLYGONDIMENSION str "PolygonDimension" Indicates that the polygon annotation is intended to function as a dimension.

[Back to Model list] [Back to API list] [Back to README]