
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I believe I have found a reproducible 'undesirable' feature in Inventor 2014, 64bit, SP2, build 246.
I have attached my default.ivb file so you can run my specific macro "Public Sub PublishDrawings".
My code is simply designed to export an idw to a DWF with some company specific options set. In particular I need to make decisions on each sheets publish options so I am setting Options.Value("Publish_All_Sheets") = 0 and then creating a CreateNameValueMap for each specific sheet. If I run this code over any idw assembly drawing with a BoM table, I get a consist accurate result except in one specific case.
Create a drawing with 2 sheets and on each sheet create a view of an assembly with a matching BoM table. If one of the 2 sheets is edited to have 'Exclude from Count' ticked, the BoM table for that sheet does not get published in a visible way to the DWF file. I have tried different assemblies, sheet styles, machines and even used another sample code downloaded from the tinterweb but in all cases the 'Exclude from Count' directly relates to a succsessfull BoM table on the DWF, or not.
Hunting through the magic tinterweb I can only find one single reference to this issue back in R11 when exporting multiple sheets. I carefully suggest that the original problem is still there at a more detailed individual sheet DWF publish level.
Due to our companies specific workflow this is causing some big problems so any advice is appreciated - even if you can confirm or not similar results on another system or version.
Thanks,
Phil
Solved! Go to Solution.