Message 1 of 6
Locate ModelItems in Room
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to know the certain ModelItem is in which room or a room has which ModelItems in it. Now we are working on large Projects with IFC Files from different Partners and Softwares. It means I cannot find out it easily in Revit.
I have tried the Method BoundingBox3D.Intersects(), But as we know the BoundingBox does not represent the real Geometry of an item. Sometimes it has many mistakes.
Are there any easy Methods to achieve that.
Can we Control the Crash Detectation for each Room using API?
Or if we have the primitives of geometry data using COM API, are there any developed Methods to determine whether a Point is in the geometry or out of that?