What is an iTrigger?
iTrigger refers to an Inventor user parameter that you can include in the current document to fire rules manually. This parameter is frequently used to launch a dialog box from a rule. The dialog box provides a custom interface to define design parameters.
How does an iTrigger work?
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.
After you use the iTrigger command to create the iTrigger0 parameter, add the following line in a rule to fire it when the command is used again:
trigger = iTrigger0
Use iTriggers to run rules
Create an iTrigger parameter
iLogic
panel
iTrigger Enable a rule to be triggered
trigger = iTrigger0
Trigger a rule manually
To run a rule that references
the iTrigger0 parameter, on the ribbon, click Manage
tab
iLogic
panel
iTrigger
.
Note: It is possible for multiple rules to run when the iTrigger button is clicked. Any rules that reference the iTrigger0 parameter are run.
iTrigger
Use the iTrigger command to create an iTrigger0 parameter in the current document and fire any rules containing the iTrigger0 parameter.
Access: | Ribbon: Manage
tab iLogic
panel iTrigger |