*AddGroup()

Specifies a group to which a list of components can be added.

Syntax

*AddGroup (label)

Application

HyperView

Inputs

label
The label attached to the group.

Substatement

*BeginSelection()

Example

*BeginCollision("Collision Set 1", "On")
     *AddGroup("Group A")
           *BeginSelection(Part, SelectVisible)
                *Add("Part id 3-4")
                *Add("Part id 6")
           *EndSelection()
     *AddGroup("Group B")
           *BeginSelection(Part, SelectVisible)
                *Add("Part id 2-3")
                *Add("Part id 7")
          *EndSelection()
           *ProximityChecking("Off", 1)
           *ResultBinding("Part")
           *AnimationStopEvent("none")
*EndCollision()

Comments

Two groups must be created to have a collision set.