jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Revit freezes during Document.Export() with RevitLookUp Event Monitor running #234

Open Rpixel111 opened 1 month ago

Rpixel111 commented 1 month ago

I've encountered an issue where executing Document.Export(string folder, IList<ElementId> viewIds, PDFExportOptions options) while the running the Event Monitor in RevitLookup leads to Revit freezing. I've tried various configurations of the PDF Export options, but the freeze persists.

When the Event Monitor is not running, calling Document.Export works without any issues. It seems like there's something incompatible happening within those processes.

Thank you.

Nice3point commented 1 month ago

PDF export with Event Monitor works fine with only single sheet изображение

But stuck with multiple sheets. although it actually takes quite a long time to export Snowdon Tower without EventMonitor, I'll look into the issue further изображение

Nice3point commented 1 month ago

@Rpixel111 please provide information how long it takes to export without Event Monitor, and with it. In seconds\minutes. nothing should collide in the code, except for frequent triggering of FailuresProcessing event