Groups the specified list of Operables together. Groups can contain a mix of
Shapes and other nested Groups.
Groups cannot be operated on, but can be transformed together. I.e. a call
like intersect(group_a, group_b) is not allowed, but a call like
scale(group, 5, 5, 5) is.
Groups the specified list of Operables together. Groups can contain a mix of Shapes and other nested Groups.
Groups cannot be operated on, but can be transformed together. I.e. a call like
intersect(group_a, group_b)
is not allowed, but a call likescale(group, 5, 5, 5)
is.