Custom iProp used in Linked Parameter using iLogic

Custom iProp used in Linked Parameter using iLogic

cadman777
Advisor Advisor
388 Views
3 Replies
Message 1 of 4

Custom iProp used in Linked Parameter using iLogic

cadman777
Advisor
Advisor

Does anybody have any code, or can you offer a suggested work-flow for the following task which I can't figure out even how to start:

 

I want to push a Custom iProp from an ipt into a Linked Parameter in another ipt.

 

Thanx

 

 

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator
0 Likes
389 Views
3 Replies
Replies (3)
Message 2 of 4

EelcoWiggers
Enthusiast
Enthusiast

hi Chris,

 

Take a look in the programming help and search for "DerivedParameterTable". There is a example that demostrates the selective linking of parameters from another Inventor file.

 

I see no possibility to directly link a iProperty into a linked parameter but maybe I am mistaken here.

 

Just thinking outlout here to help you get started, what is you purpose here, do you want have a linked parameter wich can be updated when the source parameter is changed? And what type of value you want to be linked into another file?

 

Regards,

Eelco

0 Likes
Message 3 of 4

cadman777
Advisor
Advisor

Eelco,

 

Thanx for helping me.

 

After re-reading my question, I see that it wasn't worded right.

 

After scrubbing a re-statement, I'm finding this question too complicated to re-state.

 

Thanx againfor your input.

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator
0 Likes
Message 4 of 4

VdVeek
Advocate
Advocate
When i read your your sentence: I want to push a Custom iProp from an ipt into a Linked Parameter in another ipt. This code comes to mind:
Parameter("Part1:1", "d0") = iProperties.Value("Custom", "PropertyName")

 The value of the Custom iproperty "PropertyName" from the active part/assy is send to the Parameter "d0" in Part/Assy:"Part1".
Otherwise try to write down the steps when performing the workflow manualy for a better understanding.

Rob.

 

 

Autodesk Inventor 2015 Certified Professional & Autodesk Inventor 2012 Certified Professional.
0 Likes