Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using the code below, I can correctly identify almost all the elements that are inside a room. However, there is one project in which I have encountered difficulties. I have observed that in that project, the linked architectural model uses phasing, whereas the model I was working on does not. However, I cannot say for certain if this is the only issue.
bool isInside = room.IsPointInRoom(location);
Regardless of any phasing, the 'IsPointInRoom' method should be able to accurately detect any element. I am unsure of the possible reason why it is not returning 'isInside' as true. The elements are within the room boundary, and the room bounding is also turned on.
Solved! Go to Solution.