Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
A.Acheson
in reply to: n_thomasWJZ8L

Hi @n_thomasWJZ8L 

This help page here deals with parameters of occurrences within an assembly. You reference the occurrence name which allows the rule to find the right occurrence and effect the parameter. There is also a method that allows you to place a filepath in for the document reference which would give you a link to a document not in the assembly. As you have probably allready found out local parameters cannot be referenced in external rules. 

 

Ilogic API Parameter Function

Parameter("PartA:1", "d12") = 6.3

And for additional reading there is methods to drive and create parameters via the Inventor API. This is a step up from using the ilogic API but it has more power for extra customization.

 

Export iproperty from parameter

Create Parameters using vb.net

Create Parameter VBA Sample API Help

Parameter Object API Help

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan