Input structure for a point along a measurement path.
input IMeasurementPathPoint {# The position within the modelposition: IPoint3D!# Normal at the position.normal: IPoint3D# Identifier of the floor the point is on.floorId: ID# Identifier of the room the point is in.roomId: ID}