SoVRMLLODReplaceLevel Method (SoNode, SoNode) |
Replaces first instance of given level/child with new level/child.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ReplaceLevel(
SoNode oldLevel,
SoNode newLevel
)
Public Sub ReplaceLevel (
oldLevel As SoNode,
newLevel As SoNode
)
public:
void ReplaceLevel(
SoNode^ oldLevel,
SoNode^ newLevel
)
member ReplaceLevel :
oldLevel : SoNode *
newLevel : SoNode -> unit
Parameters
- oldLevel
- Type: OIV.Inventor.NodesSoNode
- newLevel
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also