Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Ruffy85
in reply to: Anonymous

i also do not understand what he is trying to do @RodrigoEiras :slightly_smiling_face:

 

if you change parameters in a part, which updates the part model the part which is shown in the assembly will update accordingly, Without ilogic.

if you will change parameters in the assembly which should also change the parameters in your part. you have to link you parameters in the asm with the parameters in the part.

 

SyntaxEditor Code Snippet

'First ist the Parameter in you Part, second is the Parameter in the Assembly which should be the equal name
'You have to create the Parameter by your own in the assembly
Parameter
("PartModel:1", "Parametername") = Parametername

 

 

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).