OBJECT
Measurement
A measurement between two points within the model.
link GraphQL Schema definition
- 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! 
 - }
 
    link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
 - ModelFloorRepresents a floor within the model. This is generally used as a navigation helper as well as a container for rooms, locations and annotations.
 - ModelRoomA room within the model, this acts as a container for other information.
 - MutationData update operations.