Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.insertGroupAbove
7.6

<node3d>.insertGroupAbove

Add a group node above the specified sub-node

<node3d>.insertGroupAbove(  
name  
)  
name
Name of the sub-node

Remarks

This command will insert a new group node above the sub-node with the specified name. All parents of the sub-node will become parents of the new group node. The sub-node will become a child of the new group node.

Return Value

<node3d> object

See also

<node3d>.getChild
<node3d>.insertGroupBelow