Group End - DEPRECATED
Purpose
The Group End opcode marks the end of a group. For more
information and sample code, see the Group
Begin opcode.
Syntax
Opcode
format |
Opcode |
Operand
Format |
Comments |
Extended ASCII |
(GroupEnd |
<ws> |
Marks the end
of a group. |
Details
Some WHIP! data reading applications may need the ability to “group” drawing
objects. The WHIP! data generating application can indicate this need with
the Group Begin / Group End opcode pair:
(GroupBegin ‘Front bumper’)
(Circle …)
(Ellipse …)
(…)
(GroupEnd)
Notes
1. There can be any number of groups defined within WHIP! data.
2. Group names do not have to be unique; they are attributes only.
3. For every, Group Begin opcode there should be a corresponding
Group
End opcode.
4. Groups can be nested.
Default
None.