This is an old revision of the document!
Table of Contents
Measure
Summary
The Measure effect adds an additional property to the asset that measures the distance between two assets in the scene.
Available since version 2880
Parameters
PointA
Type: Asset Default: None
The name or path to the asset you would like to measure from.
PointB
Type: Asset Default: None
The name or path to the asset you would like to measure to.
Units
Type: Text Default: m
The units of measurement that the distance is calculated in.
OffsetA
Type: Vector3 Default: 0,0,0
An offset to add to the position of asset 'A' to adjust the distance calculation.
OffsetB
Type: Vector3 Default: 0,0,0
An offset to add to the position of asset 'B' to adjust the distance calculation.
Examples
<measure pointa="*" pointb="Distant Object"/>
Adds a property on this asset that measures the distance between this asset, and another called “Distant Object”.