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

You have two options depending on how your rules are written in the part.

 

In your assembly you can have a rule that responds to a parameter change. That rule can then change the part parameter  or run a rule. If the rule in the part is an internal rule written using the parameter name then it will automatically respond to a parameter change in the part. If the rule must be explicitly run then that can be done to.

 

From the assembly:

 

Run rule in subcomponent:

iLogicVb.RunRule("Angle", "Length")

 

Modify a parameter

Parameter("Angle", "length") = 2.0 in