Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So here is my problem, I'm developing add-in for Autodesk Navisworks to get all elements on floors based on their geometry. To do that, I'm using:
element.get_Geometry(new Options).GetBoundingBox()
For some reason, I got elements from top/bottom floors, seemingly incorrectly. But when I tried to see what is happening in Dynamo, I got this:
So first image shows level in Revit with curtain wall, second image shows level (brown) in Dynamo with bounding box of an element (purple). Numbers on the Dynamo image are the same I got through Revit API.
Any thoughts?
Solved! Go to Solution.