How to link ilogic in the part to the assembly?

How to link ilogic in the part to the assembly?

Anonymous
Not applicable
287 Views
1 Reply
Message 1 of 2

How to link ilogic in the part to the assembly?

Anonymous
Not applicable

Hi,

I am facing some problem on ilogic in assembly.

 

First, I done my parts with their own ilogic rules. And the parts are assembled together. 

When I change the parameter at the part, and press the "update" button in the assembly, the dimension will be change. However, this is not a efficient way as I am having 3 parts that need to customize the parameters.

 

Due to the customer requirement, I have to create some method to change my parameter of my parts inside my assembly file.

 

Is there any method to link my ilogic in parts to the assembly?

Thank you.

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

bretrick30
Advocate
Advocate

You can use this snippet to change a parameter value in a sub component.

 

SyntaxEditor Code Snippet

Parameter("PartName_InBrowser", "ParameterName") = 1.2
0 Likes