@beta This is part of the Property Insights Beta
Defines a single 2D point on a bounded region's plane. This point exists in the Matterport model's x-y space (the z location of everything on the plane established by the lowerElevation of the Room containing the BoundedRegion).
- type Vertex implements LayeredElement {
- ID! :
- # The layer the Vertex is associated with.
- ModelLayer :
- # The 2D position in the Matterport model's x-y space.
- Point2D! :
- }