Used to patch the dimensionEstimates field on rooms.
Note: this is only enabled for organizations enrolled in the Property Insights graph extension
- input DimensionPatch {
- # The estimated area of the room.
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated area of the room not counting outdoor space or portions covered by
- # walls.
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated area of the room counting portions covered by walls, but not
- # counting outdoor space
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated depth of the room.
- # Depth is the 2D vertical dimension of the room as visible on the Property Report
- # page. Not counting depth of walls.
- # Metric - meters
- # Imperial - feet
- : Float
- # Metadata pertaining to the depth measurement. Not counting depth of walls.
- : DimensionDataPatch
- # The estimated height of the room.
- # Metric - meters
- # Imperial - feet
- : Float
- # This room's BoundedRegion's distance from the ground plane.
- # The ground plane for the model has a Z height location of 0.0.
- # Metric - meters
- # Imperial - feet
- : Float
- # The room these dimensions are associated with.
- : ID!
- # The units the dimensions in this patch are measured in.
- : Units!
- # The estimated width of the room.
- # Width is the 2D horizontal dimension of the room as visible on the Property
- # Report page. Not counting width of walls.
- # Metric - meters
- # Imperial - feet
- : Float
- # Metadata pertaining to the width measurement. Not counting width of walls.
- : DimensionDataPatch
- }