Placing A-Side Definition using ilogic on part creation

Placing A-Side Definition using ilogic on part creation

eugene.morales
Enthusiast Enthusiast
705 Views
2 Replies
Message 1 of 3

Placing A-Side Definition using ilogic on part creation

eugene.morales
Enthusiast
Enthusiast

Hi, I create my assembly using multi-body part then I use "make part" to create the assembly and then the part as well. I would like to know if there is a way that I can create an iLogic Rule when I've created the part and open it. Then it will ask me to place an A-Side Definition for my flat pattern creation.

 

With this rule I will run another rule via trigger to create the flat pattern and the DXF output in a certain drive.

0 Likes
706 Views
2 Replies
Replies (2)
Message 2 of 3

dutt.thakar
Collaborator
Collaborator

@eugene.morales 

See below explanation that may work for you with some API Objects.

 

You can try using this ASideDefinitions object to define your Aside, you need to provide a face entity as an input. I think what you can do is, try using Pick method, that will ask you to pick an object from your model and then add it as an input in ASideDefinitions.Add method. Make sure you are in Sheetmetal component and try creating this.

 

Hope this will help you.

If this answer has solved your problem please ACCEPT SOLUTION and hit like if you found it helpful..!


Regards,
Dutt Thakar
LinkedIn
0 Likes
Message 3 of 3

eugene.morales
Enthusiast
Enthusiast

@dutt.thakar 

thank you for your response.

 

can someone create an API ilogic rule as I can't do complicated rule with API related.

0 Likes