@beta This is part of the Property Insights Beta
Defines an opening on a bounded region edge.
- type Opening implements LayeredElement {
- ID! :
- # The layer the Opening is associated with.
- ModelLayer :
- # The total height of the opening feature as a distance from it's lowerElevation.
- Float! :
- # The total width of the opening.
- Float! :
- # The lowermost z position of the opening feature in the
- # Matterport model x-y-z space.
- Float! :
- # Openings are understood relative to the edges they are defined on.
- #
- # The 'relativeCenter' is the fractional length (between 0 and 1)
- # of the center of the opening along the edge it is placed on.
- #
- # The opening's center is coincident with the first listed vertex on
- # the edge if set to 0, halfway along the edge if set to .5, etc.
- Float! :
- # The type of opening in the boundary edge.
- # e.g. doorway, window, etc.
- OpeningType! :
- }