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