Inventor

Community Scoring

1 of 1 found this page helpful

Tag Tags0

This page has no tags

Page statistics

8346 views1 edit(s)4659 characters(s) Page last modified 23:47, 23 Mar 2011 by adsk_arutherford
How to add your knowledge

Create Port Size Parameters

    Table of contents
    No headers

    First, we need a set of parameters to control the size of three ports on our manifold block.

    Most of the parameters have been named in the parameter editor already. It is good practice to name your parameters for future reference when creating a parametric design. Parameters with meaningful names make the rules that drive or reference them easier to read and understand.

    1. On the ribbon, click Manage tabParameters panel Parameters.
      NoteParameter names in iLogic are case sensitive. Follow the case being used in the Parameters dialog box, and also when creating rules.
    2. Create a new numeric parameter named port_a_size. Set the Unit value to in, and enter an initial Equation value of 0.50. Define it as a multi-value parameter with the following values:
      0.5
      0.75
      1.00
      1.25
      1.50
      2.00
      2.50
      3.00
      NoteFor more details on the exact steps needed to create a parameter, please revisit the iLogic Basics tutorial. Remember that you can cut and paste the values from the previous table to set the values for the multi-value list.
    3. Make port_a_size a Key parameter.
    4. Create two more parameters, named port_b_size and port_c_size, with the same settings and multi-value list. Set both as Key parameters.

    Previous | Next