Click or drag to resize
SoVRMLLODReplaceLevel Method (SoNode, SoNode)

Replaces first instance of given level/child with new level/child.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void ReplaceLevel(
	SoNode oldLevel,
	SoNode newLevel
)

Parameters

oldLevel
Type: OIV.Inventor.NodesSoNode
newLevel
Type: OIV.Inventor.NodesSoNode
Remarks