iLogic update other document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an assembly, driven by iLogic.
I have also an Excel sheet with values of different versions from this assembly.
The iLogic code in the assembly reads the Excel document en put several values from this Excel sheet into the Inventor assembly. In this way, it generates different versions of this assembly.
Actually, I would like to get a seperate drawing (idw or dwg) from each of these assembly versions.
Is this possible through iLogic?
Because a normal copy of the idw for each assembly version will not work, it should possibly be a kind of Copy Design.
But I had two other idea's:
1-
The code reads an Excel line and adjusts the assembly.
After that, it updates the idw and makes a copy of it, with the defer update option active
Than it goes to the next Excel line and repeats these steps
2-
The code reads an Excel line and adjusts the assembly.
After that, it updates the idw and make an export of this idw (to AutoCAD.dwg, pdf or dwf)
Than it goes to the next Excel line and repeats these steps
Is something like this possible through iLogic?
Does somebody have a nice solution to this?
Is it possible to make an update/export from a idw, from within the assembly, without opening manual the idw?