IMeasurementPathPoint

open_in_new

Input structure for a point along a measurement path.

GraphQL Schema definition

  • input IMeasurementPathPoint {
  • # The position within the model
  • position: 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
  • }