MeasurementPatch

open_in_new

GraphQL Schema definition

  • input MeasurementPatch {
  • # The floor this measurement is on.
  • floorId: ID
  • # Whether or not this measurement should be shown in public views of the model.
  • enabled: Boolean
  • label: String
  • startPosition: IPoint3D
  • endPosition: IPoint3D
  • startNormal: IPoint3D
  • endNormal: IPoint3D
  • # The room the measurement is in.
  • roomId: ID
  • }