Message 1 of 4
GBSXML Export Runtime

Not applicable
10-04-2014
12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have been working with a plugin that implements the Autodesk.Revit.DB.Document function to export a Revit document and its accompanying MassGBXMLExport options to a xml as input for Green Building Studio.
Our plugin will sometimes call this function up to a hundred times on execution on different Revit models. I have observed that the runtime of the function grows by a factor of N (more-or-less) every time it is called. I could be wrong but I think the underlying Revit function that the API is calling might be leaking memory. Is there any fix to this issue and has it been obeserved in the past?
Thanks!
-Boian