OBJECT
MeasurementPathPoint
A point within a measurement path.
link GraphQL Schema definition
- type MeasurementPathPoint {
- # The position of the point
- : Point!
- # Normal at the point
- : Point
- # Floor the point is on
- : ModelFloor
- # Room the point is in
- : ModelRoom
- }