Click or drag to resize
SoTranSenderInsert Method (SoNode)

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
)

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