Configuration fields
- Last UpdatedMar 16, 2026
- 3 minute read
The configuration fields in the Measure module.
|
Name |
Type |
Default value |
Description |
|---|---|---|---|
|
axisComponentsName |
mstring |
Z,Y,X |
Defines the name of the axis components to be displayed on the axis component label. The names follow the order: vertical axis, depth axis and horizontal axis. Only one letter names are currently supported. |
|
enable |
sbool |
false |
Enables or disables the measure module. |
|
enable_AxisComponents |
sbool |
true |
Enables or disables the axis component representation for measure having mode set to single. |
|
iconChar_cancel |
sstring |
f/ action--close |
Defines the icon used in the point contextual menu for the delete measure button. The default value is the action--close icon defined in the Icon Module, if Icon Module is included in the project, or f otherwise. |
|
iconChar_confirm |
sstring |
4/ notifications--check |
Defines the icon used in the point contextual menu for the confirm button. The default value is the notifications--check icon defined in the Icon Module, if Icon Module is included in the project, or 4 otherwise. |
|
iconChar_delete |
sstring |
i/ action--delete |
Defines the icon used in the measure contextual menu for the delete measure button and in the point contextual menu for the delete point button. The default value is the action--delete icon defined in the Icon Module, if Icon Module is included in the project, or i otherwise. |
|
iconChar_pin |
sstring |
~/ action--pin |
Defines the icon used in the measure contextual menu for the pin measure button, when measure is unpinned. The default value is the action--pin icon defined in the Icon Module, if Icon Module is included in the project, or ~ otherwise. |
|
iconChar_pinHover |
sstring |
_/ action--clear-pin |
Defines the icon shown in the measure contextual menu for the pin measure button, in state Hover 2. The default value is the action--clear-pin icon defined in the Icon Module, if Icon Module is included in the project, or _ otherwise. |
|
iconChar_redo |
sstring |
v/ action--redo |
Defines the icon used in the point contextual menu for the undo button. The default value is the action--redo icon defined in the Icon Module, if Icon Module is included in the project, or v otherwise. |
|
iconChar_undo |
sstring |
q/ action--undo |
Defines the icon used in the point contextual menu for the undo button. The default value is the action--undo icon defined in the Icon Module, if Icon Module is included in the project, or q otherwise. |
|
labelFontFamily |
sstring |
Segoe UI |
Defines the font used for the measures labels. |
|
labelFontOffset |
svec2 |
0 1 |
Defines the offset applied to label text on mobile platforms to improve its visual centering. |
|
labelFontSize |
sstring |
11 |
Defines the font size used for the measures labels. |
|
labelFontType |
sstring |
antialias |
Defines the font style used for the measures labels. Possible values are bold, italic, underline, strikeout, outline, shadow, and antialias. |
|
menuBaseColor |
svec4 |
0.22 0.23 0.25 1 |
Defines the color of the measure labels, measure and point contextual menus background and buttons when enabled and deselected. |
|
menuBorderBaseColor |
svec4 |
1 1 1 0.2 |
Defines the color of the border of the measure labels and of the measure and point contextual menus when the measure is deselected. |
|
menuBorderSelectedColor |
svec4 |
1 1 1 1 |
Defines the color of the border of the measure labels when the measure is selected. |
|
menuFontFamily |
sstring |
xr-icon-font/ Icon Module fontName |
Defines the font used for the measures and points contextual menu. The default value is the fontName defined in the Icon Module, if Icon Module is included in the project, or xr-icon-font otherwise. |
|
menuFontSize |
sstring |
13 |
Defines the font size used for the measures and points context menu. |
|
menuFontType |
sstring |
antialias |
Defines the font style used for the measures and points contextual menu. Possible values are bold, italic, underline, strikeout, outline, shadow, and antialias. |
|
menuHoverColor |
svec4 |
0.545098 0.545098 0.545098 0.9 |
Defines the color of the measure labels and the measure and point contextual menus buttons when they are hovered. |
|
menuSelectedColor |
svec4 |
1 1 1 0.9 |
Defines the color of the measure and point contextual menus buttons when they clicked. |
|
palette |
sstring |
internalPalette |
Defines the color palette used for graphical elements. Default value is internalPalette, which identifies the palette internally defined by the module. |
|
verbose |
sbool |
false |
Enables or disables the log messages for debug purposes. |