GROUP
- Last UpdatedOct 06, 2023
- 1 minute read
Purpose
Creates a group.
Syntax
GROUP $W ( CREATE <$L> !
ADD <$L> !
REMOVE <$L> !
/MEMBERS
) < /LAYER $N >
Description
Groups are collections of surfaces which are considered as a single entity whilst retaining the properties of the individual elements.
Command Qualifiers
|
$W |
The name under which the Group is stored. |
|
$L |
The names of surfaces to be added or removed from the Group. |
|
CREATE |
Specifies that a Group is to be created. |
|
ADD |
Specifies that a list of surfaces are to be added to the Group. |
|
REMOVE |
Specifies that a list of surfaces are to be removed from the Group. |
|
/MEMBERS |
Optional qualifier that lists the members of the Group. |
|
/LAYER $N |
Optional qualifier that specifies the layer number on which the Group will be stored. |