02-09-2017
07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-09-2017
07:10 AM
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.