Message 1 of 2

Not applicable
04-08-2015
02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm creating dwf files using the Inventor API usin C#.
The mode is "custom" since I don't want the model included.
options["Publish_Mode"] = 62723; // custom
When I plot the dwf (exactly like the API example) I get a nice dwf. But when I switch Inventor to visible=false, then the multiple sheet dwf becomes corrupt.
Sometimes it just crashes Design review on open, sometimes the drawing opens, but ADR crashes when using the application button (and keeps crashing this way until the "recent" list is rid of my corrupt file).
I've reproduced this error on Inventor 2014 and 2015, on multiple machines (different domains even) and on several different files.
Solved! Go to Solution.