Message 1 of 3
Slow performance when get the bounding box per view plane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have been working with many lines of code to figure out what makes my plugin execute slowly in Revit.
It turns out the Element.BoundingBox function is the one I should focus.
Each time I get the BoundingBox of Wall element, it takes around 100ms per once. The duration time will be a significant issue when a project has so many walls with many view planes. It could take hours to finish the execution.
I'd like to ask for any solution to overcome this slow performance. A workaround or any settings in Revit or any suggestions will be much help.
Thank you.