Dimension estimates for rooms/floors/models part of Matterport Property Insights.
Note: this is only enabled for organizations enrolled in the Property Insights graph extension
- type Dimensions {
- # The estimated area of the model/floor/room based on the measured room(s) bounded
- # region data.
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated area of the model/floor/room not counting outdoor space or
- # portions covered by walls.
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated area of the model/floor/room counting portions covered by walls,
- # but not counting outdoor space
- # Metric - sq meters
- # Imperial - sq feet
- : Float
- # The estimated depth of the room. Not counting depth of walls. Not available for
- # floors or models.
- # Metric - meters
- # Imperial - feet
- : Float
- # Metadata pertaining to the depth measurement. Not counting depth of walls. Not
- # available for floors or models.
- : DimensionData
- # The estimated height of the room. Not available for floors or models.
- # Depth is the 2D vertical dimension of a room as visible on the Property Report
- # page.
- # Metric - meters
- # Imperial - feet
- : Float
- # Not available for floors or models. A 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 units the dimensions are in.
- : Units!
- # The estimated width of the room. Not counting width of walls. Not available for
- # floors or models.
- # Width is the 2D vertical dimension of a room as visible on the Property Report
- # page.
- # Metric - meters
- # Imperial - feet
- : Float
- # Metadata pertaining to the width measurement. Not counting width of walls. Not
- # available for floors or models.
- : DimensionData
- }