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 order of the child nodes represents the traversal sequence for all operations (such as rendering, picking, and so on). This node serves merely as a container for the child nodes and does not alter the traversal state in any way.

During traversal, the 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).

Input Fields

child

name: child, type: SoNode

Output Fields

self

name: self, type: SoNode