Events
viewer3d.measure
Invoked when a measurement changes.
JS
jQuery
Function called when a measurement changes.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
measure | Object | The changed measurement |
measures | Array[Object] | The current measurements |
Measure
Name | Type | Description |
---|---|---|
uuid | String | Id of the measure |
mode | String | Mode of the measurement |
values | Map[Object] | Values of the measurement |
mode
Valid values are:
- dimension
- laser
- point
values
Map of measurement components.
- Point measurements have a single component point.
- Laser measurements have three components a, b, and c corresponding to the x, y and z axis.
- Dimension measurements have four components depth, distance, height, and width.
Name | Type | Description |
---|---|---|
color | String | Color of this component |
points | Array[Object] | List of measurement points |
point
Name | Type | Description |
---|---|---|
distance | Number | Distance from this point to the previous point |
point | Vector3 | The measurement point |
Updated 13 Sep 2024
Did this page help you?