Indicates the beginning of a group block.
*BeginGroup()Indicates the beginning of a group block. |
|||||
*BeginGroup()Indicates the beginning of a group block. |
Syntax |
*BeginGroup(label, enable entity id, enable group, color value, draw size, draw style) |
|
Arguments |
Name |
Description |
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. |
|
Substatements |
||
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() |
|
Application |
HyperView. |
|
Comments |
This block captures your selections from the Groups panel in HyperView. |
|
See also |
|
|