SoTranSenderInsert Method (SoNode) |
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
)
Public Sub Insert (
node As SoNode
)
public:
void Insert(
SoNode^ node
)
member Insert :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks The given node will be added as the last child of the root node on the receiving end.
See Also