A measurement between two points within the model.
- type Measurement implements Annotation {
- ID! :
- DateTime! :
- DateTime! :
- Model :
- # The floor this measurement is on.
- ModelFloor :
- # Whether or not this measurement should be shown in public views of the model.
- Boolean! :
- String :
- Point :
- Point :
- Point :
- Point :
- ModelRoom :
- # The distance of the measurement.
- #
- # Arguments
- # units: The units to return the result in.
- # Default: The organization's preferred units.
- Units): Float! ( :
- }