Output fields
- Last UpdatedMar 16, 2026
- 1 minute read
The output fields for the Measure module.
|
Name |
Type |
Description |
|---|---|---|
|
currentEditedPoint |
sstring |
Name of the point that is being edited. |
|
currentMeasures |
sjson |
Provides the information about the measures in scene, such as the points coordinates, the unit of measure, and the selection state. The JSON string is composed with an array of measures objects. { "measureInfo": { "measures": [ { "uom": "m", "selected": false, "points": [] } ] } } |
|
modeInt |
sint |
Reflects the measure type that is currently in creation:
|
|
state |
senum |
Reflects the state of the measure module:
|