*BeginGroup()
Indicates the beginning of a group block.
Syntax
*BeginGroup (label, enable entity id, enable group, color value, draw size, draw style)
Application
HyperView
Substatements
*BeginSelection()
Inputs
- label
- The label attached to the group.
- enable entity id
- 
            - On
- Enables the ID of the entity in the group.
- Off
- Disables the ID of the entity in the group.
 
- enable group
- 
            - On
- Enables the group.
- Off
- Disables the group.
 
- color value
- The RGB color values for the group.
- draw size
- The drawing thickness for the group.
- draw style
- 
            - Wire
- The drawing style for the group.
 
Example
*BeginGroup("Group 3", "On", "On", "21  49 126", 2, "wire")
     *BeginSelection(Part, SelectVisible)
              *Add("Shell id 9000-9014")
              *Add("Shell id 9016")
    *EndSelection()
*EndGroup()Comments
This block captures your selections from the Groups panel in HyperView.