MeasurementPathPoint

open_in_new

A point within a measurement path.

GraphQL Schema definition

  • type MeasurementPathPoint {
  • # The position of the point
  • position: Point!
  • # Normal at the point
  • normal: Point
  • # Floor the point is on
  • floor: ModelFloor
  • # Room the point is in
  • room: ModelRoom
  • }