A representation of measurement path made up of a sequence of points within the model. This structure is intended to replace measurements.
- type MeasurementPath implements Annotation, LayeredElement {
- : DateTime!
- # Calculate the distance along the measurement path.
- #
- # Arguments
- # end: Index of the ending point.
- # Default: size of points - 1
- # start: Index of the starting point.
- # Default: 0
- # units: Units to present the distance in.
- # Default: The owning organization's preferred units.
- (: Int, : Int, : Units): Float
- : Boolean!
- : ID!
- : String
- : ModelLayer
- : Model
- : DateTime!
- # Ordered sequence of points that make up the measurement path.
- : [MeasurementPathPoint!]!
- }