iLogic Coding for the Face Frame Count
The iLogic code for what we need to do in today’s post in this Blogtorial Series is relatively simple. The code will use the state of the Multi-Value parameter Intermediate_Rail_Count count to suppress or unsuppress the features that make up the solid bodies that represent the rails of our face frame.
In the iLogic browser, Double-click on the Main Rule. We have already used this parameter to define the spacing of the sketch geometry, so some of the work is done already. All we need to do is add the suppression information to the If, Else If statements already present.
So-far, each rail is comprised of two features. Because Inventor does not allow the suppression of an entire Solid Body, we will need to suppress both features for each solid. If any more features are added or subtracted later, we will need to include/exclude them from the code as well or we will get an error.

Automated Cabinetmaking Design Tutorial
We left off the last installment of this ERP Cabinetmaking Design Tutorial with the completion of the Rail Options. In this segment we will create a multi-value text parameter that will control how many of the intermediate rails are present. We then need to link the text value to a numerical value that is based on the current height and the amount intermediate rails desired. To start, we’ll create the multi-value text parameter. Open the Parameter Editor and create a new Text parameter named Intermediate_Rail_Count…


