Using iLogic Design copy in a rule

Using iLogic Design copy in a rule

LuukDW
Enthusiast Enthusiast
1,308 Views
3 Replies
Message 1 of 4

Using iLogic Design copy in a rule

LuukDW
Enthusiast
Enthusiast

Hi,

I have created a parametric frame generator with frame member drawings. After each configurated design i want to use the Design copy to export the current configuration. As a bonus i want it to export .PDF files of the drawings.

To do this i want to run the Design copy tool within a iLogic rule. Is this possible? i am not able to find anything online about it what rule to use.

 

Thanks.


Kind regards,
Luuk de Wit
0 Likes
Accepted solutions (1)
1,309 Views
3 Replies
Replies (3)
Message 2 of 4

alexanderboogaard
Enthusiast
Enthusiast
Accepted solution

Hi @LuukDW,

 

As far as i know the iLogic Design Copy can only be run when no documents are open in Inventor, but to run an iLogic rule you need open documents. Without open documents the iLogic add-in isn't loaded.


Kind regards,
Alexander Boogaard
Message 3 of 4

A.Acheson
Mentor
Mentor

Hi @LuukDW 

 

There is no way to automate the ilogic design copy tool in ilogic because you need all files closed as per @alexanderboogaard post. To do this you need an addin to effectively recreate the functionality of the copy design tool. The code for this is located in the SDK folder located in the API help files. This post here had a modified version of the sdk. If you want further modification you will need to develop the addin further.

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 4 of 4

agrove72Y9W
Participant
Participant

I know this topic is old, but for what it's worth I was able to create an ilogic rule that effectively performs a copy design from within an assembly. My assembly is very rigidly structured, and every instance has the same model organization that includes shared components like hardware and standard plates. This is hard-coded into the rule, so if you want to use this, you'll have to code your unique structure into it.

Cheers!