I am working on an assembly that needs to be able to be copied and renamed while still allowing the iLogic to be useable. There will be slight modifications made to the assembly on a case by case basis so being able to choose the closest already created assembly is the goal.
I have done this by using a form to drive parameters in the assembly which are then pushed to the components within using the code below.
SyntaxEditor Code Snippet
Parameter("Part1:1", "Parameter1")=Parameter1
I have gotten everything to work with the exception being able to copy and rename (Design Assistant) the assembly and components. The code above relies on the part name which loses the link when it is changed. is there a version of this code that can link the parameter to the component regardless of the name?
I am not sure if this is the most efficient way of creating the assembly I want, so if there is a better way I would like to hear that as well.
Solved! Go to Solution.
I am working on an assembly that needs to be able to be copied and renamed while still allowing the iLogic to be useable. There will be slight modifications made to the assembly on a case by case basis so being able to choose the closest already created assembly is the goal.
I have done this by using a form to drive parameters in the assembly which are then pushed to the components within using the code below.
SyntaxEditor Code Snippet
Parameter("Part1:1", "Parameter1")=Parameter1
I have gotten everything to work with the exception being able to copy and rename (Design Assistant) the assembly and components. The code above relies on the part name which loses the link when it is changed. is there a version of this code that can link the parameter to the component regardless of the name?
I am not sure if this is the most efficient way of creating the assembly I want, so if there is a better way I would like to hear that as well.
Solved! Go to Solution.
Solved by Curtis_Waguespack. Go to Solution.
Hi kgk1,
See this link:
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com
Hi kgk1,
See this link:
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com
Thanks Curtis!
Can't find what you're looking for? Ask the community or share your knowledge.