Output fields
- Last UpdatedOct 08, 2025
- 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": [] } ] } } |
|
mode |
sstring |
Defines the state of the measure module. It is set to empty string if measure module is disabled, and set to edit when measure module is enabled, but no measure is in creation. Otherwise, it reflects the input mode:
|