Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic Link Parameters without File Name

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Anonymous
390 Views, 2 Replies

iLogic Link Parameters without File Name

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.

Tags (1)
2 REPLIES 2
Message 2 of 3
Curtis_Waguespack
in reply to: Anonymous
Message 3 of 3
Anonymous
in reply to: Curtis_Waguespack

Thanks Curtis!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report