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 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:

  • -1, when measure module is not currently measure state (see state output field).

  • 0, when a points measure is in creation.

  • 1, when a thickness measure is in creation.

  • 2, when a diameter measure is in creation.

state

senum

Reflects the state of the measure module:

  • off, when measure module is disabled.

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

  • edit, when measure module is enabled and a measure is being edited.

  • measure, when measure module is enabled and a measure is in creation.

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