SoVRMLLODInsertLevel Method |
Adds a level/child so that it becomes the one with the given index.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void InsertLevel(
SoNode level1,
int newLevelIndex
)
Public Sub InsertLevel (
level1 As SoNode,
newLevelIndex As Integer
)
public:
void InsertLevel(
SoNode^ level1,
int newLevelIndex
)
member InsertLevel :
level1 : SoNode *
newLevelIndex : int -> unit
Parameters
- level1
- Type: OIV.Inventor.NodesSoNode
- newLevelIndex
- Type: SystemInt32
Remarks
See Also