iLogic update other document

iLogic update other document

b.graaf
Advocate Advocate
368 Views
1 Reply
Message 1 of 2

iLogic update other document

b.graaf
Advocate
Advocate

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?

 

 

0 Likes
369 Views
1 Reply
Reply (1)
Message 2 of 2

b.graaf
Advocate
Advocate
Or is the only way by coding it through .Net, outside of iLogic?
0 Likes