Click or drag to resize
SoTranSenderInsert Method (SoNode, SoNode, Int32)

Adds an INSERT command to the transcription area.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Insert(
	SoNode node,
	SoNode parent,
	int n
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
parent
Type: OIV.Inventor.NodesSoNode
n
Type: SystemInt32
Remarks

The given node will be added as the nth child of the given parent node on the receiving end. A NULL parent node causes the node to be added to the receiving end's root node.

See Also