To Run Rules with iTriggers

You can use an iTrigger parameter to fire rules manually.

For example, you can use an iTrigger to launch a dialog that provides a custom interface for defining design parameters.

The iTrigger command creates an Inventor user parameter named iTrigger0 in the document being edited. If the parameter exists in the document, the command increases the value of this parameter by 1 and fires any rules containing the iTrigger0 parameter.

Create iTrigger Parameter

  1. Close the Edit Rule dialog box if it is currently open.
  2. On the ribbon, click Manage tab iLogic panel iTrigger .

Enable Rule to be Triggered

  1. Open the rule in the Edit Rule dialog box.
  2. Add the following line:
    trigger = iTrigger0
    Important: iTrigger0 is a parameter and is case sensitive.
  3. Save the rule and close the Edit Rule dialog box.

Trigger Rule Manually