- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.3And 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
Or if this helped you, please, click (like)
Regards
Alan