Message 1 of 3
Get if room is in area boundary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
How can I get with the C# Revit API if a room element is inside an area's boundaries?
By inside I mean if the room is completely inside or the edges are exactly at the same place.
Like:
bool isInArea = area.IsRoomInside(room);
Thanks