SoTranSenderInsert Method (SoNode, SoNode, Int32) |
Adds an INSERT command to the transcription area.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Insert(
SoNode node,
SoNode parent,
int n
)
Public Sub Insert (
node As SoNode,
parent As SoNode,
n As Integer
)
public:
void Insert(
SoNode^ node,
SoNode^ parent,
int n
)
member Insert :
node : SoNode *
parent : SoNode *
n : int -> unit
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