DWF export output empty file when revit model is big
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In Revit 2016, I developed a plugin, which calls Document.Export API to export 3D View to DWFx file(One view only). I got a problem. In my case, the Revit project is quite big, which has 26 linked files. Dwfx export function always generate an empty dwfx file (file size is not zero, but cannot see anything inside), API result is 'True'. Then I tried that, unload some linked files, it will work then.
So my question is, this is a known issue to DWF export function? Is there any limit of model size for DWF export function? My machine has 32GB memory, when DWF export function runs, used memory may reach to about 21GB, is it because memory is not enough? What can I do now?
Anybody get the same problem as mine? Can this problem be solved?
Thanks,
Raymond