link subordinate components

link subordinate components

Anonymous
Not applicable
390 Views
2 Replies
Message 1 of 3

link subordinate components

Anonymous
Not applicable

I'm working on an assembly that i can use as a template. i want to be able to control properties of its subordinate components by charging the top level parameters. This all works fine, but i'm figuring a problem is gonna happen when i copy the assembly an change the part names (my assumption is that ilogic will retain the old part names). is there a way to link subordinate components to a parent assembly in a way that will stay linked?

 

 

Thanks in advance!

0 Likes
391 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor

You can link Parameters between different Inventor documents.

Here are a couple of API samples and another link that would likely be helpful in this case.

One shows you how to link parameters.

The other two are about Parameter Tables / Table Parameters.

Selectively link paramaters API Sample 

Table Parameters API Sample 

ParameterTable Object 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 3

Anonymous
Not applicable

@WCrihfield Thanks for the reply!!

I'm a newbie to ilogic, so forgive me if the answer is there but i missed it. 

 

Here's an example of what i need:

AssemA

CompB

CompC

 

CompB & CompC have a link to AssemA in ilogic

 

If I copy AssemA and change the name to AssemA and its components, like such:

AssemA --> AssemD

CompB -->CompE

CompC --> CompF

 

i want CompE and CompF to keep a link to AssemD in ilogic without having to rename variables.

 

Is this possible?

0 Likes