SoWrapperKit is derived from
SoSeparatorKit. It adds the capability to wrap an arbitrary scene graph, (non-nodekit), within an
SoSeparatorKit, so that it may be used along with other shape kits in a hierarchy. There are two additional parts included
in
SoWrapperKit:
localTransform and
contents.
The part
contents is an
SoSeparator node beneath which any arbitrary scene graph can be added. This is especially useful for importing scene graphs of unknown structure (non-nodekits) into nodekit format.
Since
an
SoWrapperKit is a class descended from
SoSeparatorKit, it may be put into another
SoSeparatorKit's
childList.