For RoomAnchors there's different mesh classifications for mesh anchors, but only walls and floors are supported by geometries() function.
So given this how can I get information about other mesh classifications?
Hey @rob42lou,
The geometries(of:)
function only returns mesh geometries. In order to detect windows, you need a PlaneDetectionProvider
that will provide you with the plane anchors. RoomAnchor
has a planeAnchorIDs
instance property that provides an array of IDs
of the plane anchors associated with that room.
Let me know if you have additional questions,
Michael