MeasurementPathDetails

open_in_new

GraphQL Schema definition

  • input MeasurementPathDetails {
  • # Whether or not the measurement path is visible in the public model.
  • enabled: Boolean!
  • label: String
  • # Whether this measurement should be used in
  • # 2D (floorplan views) or 3D mode.
  • lineType: MeasurementPathLineType
  • # The points that make up the measurement path.
  • points: [IMeasurementPathPoint!]!
  • }