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

 

When I do this, I access the part through the ComponentOcurrence in the assembly. Something like this.

 

SyntaxEditor Code Snippet

Parameter("Head:1", "d1")

 

When the parameters have been updated, if the assembly is not updated automatically, you can add a line to update it.

 

SyntaxEditor Code Snippet

'Update the assembly
InventorVb.DocumentUpdate()

 

When you save the assembly it will save the assembly and the modified parts.

 

This combination works fine for me.

 

I hope it helps.