02-09-2017
03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-09-2017
03:59 AM
i also do not understand what he is trying to do @RodrigoEiras ![]()
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).