Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ XR Studio

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:

  • single during the creation of a single line measure.

  • multi during the creation of a multi line measure.

  • thickness during the creation of a thickness measure.

  • diameter during the creation of a diameter measure.

  • edit when the position of a point is being modified.

  • idle when in measure mode, but no measure is in creation or is being edited.

  • delete when in delete mode.

Related Links
TitleResults for “How to create a CRG?”Also Available in