Creating an iLogic form and Event Triggers
iLogic forms represent the simplest way for users to generate configurations of models, and they provide an easy-to-use interface to do so. In this recipe, you will create an iLogic form that opens upon the action of an iTrigger. The iLogic form will allow the user to customize a mounting plate, based on predefined iLogic rules and parameters in the model.
Getting ready
To begin this recipe, you will need to navigate to Inventor Cookbook 2023
folder, then select Chapter 10
. Select the iLogic Form
folder and then Mounting Plate.ipt
.
How to do it…
The model has already been created, and there are already two iLogic rules, which are as follows:
- Material Selection allows the material of
Mounting Plate.ipt
to be set either as steel alloy or as titanium - Plate Sizing controls the size of the length and width parameters so that only three variants can be picked
You will now start the configuration of an iLogic...