Message 1 of 5
Revit API IExportContext Skip Polymesh Calculation?

Not applicable
08-17-2020
07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm working on a export plugin for Revit. What I'd like to do is to Get All Categories of Those Elements With Polymeshes. However this requires to invoke the export process and the polymeshes are all actually calculated which wastes too much time. Is there a way to skip this calculation and only retrieve categories of thoses elements whose polymeshes will be exported?
Thanks in advance.