SoGroup¶
-
InventorModule
¶ genre InventorNodesAutomatic,InventorGroup
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
SoGroup
is a node that contains an ordered list of child nodes.
The ordering of the child nodes represents the traversal order for all operations (for example, rendering, picking, and so on). This node is simply a container for the child nodes and does not alter the traversal state in any way.
During traversal, state accumulated for a child is passed on to each successive child and then to the parents of the group (SoGroup
does not push or pop traversal state as SoSeparator
does).