Applying an Enumeration Group to a Subassembly

To apply an enumeration group to a subassembly

  1. On the Input/Output Parameters tab, create an input parameter.
  2. Define the following items for the input parameter:
    • Name: Specify a unique name for the parameter.
    • Type: Select the enumeration group you created.
    • Direction: Select Input.
    • Default Value: Specify the enumeration item to apply by default.
  3. Add a Switch to the Flowchart.
  4. In the switch properties, for Expression, enter the Name of the input parameter you defined in step 2, followed by .Value.

    For example, if the input parameter name is "CurbType", enter "CurbType.Value".