A point within a measurement path.
type MeasurementPathPoint {# The position of the pointposition: Point! # Normal at the pointnormal: Point # Floor the point is onfloor: ModelFloor # Room the point is inroom: ModelRoom }