Inventor

Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

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

Set the Component Type

    Table of contents
    No headers

    Create a rule to ensure that all port sizes are the same. Then, you use this rule in the next section to demonstrate how rules can be reordered.

    1. Create a rule named component_type_rule.
    2. Set the sizes for Port B and Port C to be the same as Port A.

      Copy Code Block

      If component_type = "standard" Then
      port_b_size = port_a_size
      port_c_size = port_a_size
      End If
    3. Click OK when you are done to save this rule.

    Previous | Next