- input MeasurementDetails {
- # Whether or not this measurement should be shown in public views of the model.
- : Boolean!
- : IPoint3D
- : IPoint3D!
- # The floor this measurement is on.
- : ID
- : String
- # Whether this measurement should be used in
- # 2D (floorplan views) or 3D mode.
- : MeasurementPathLineType
- # The room the measurement is in.
- : ID
- : IPoint3D
- : IPoint3D!
- }