Click or drag to resize
SoTranReceiver Constructor

Constructor.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoTranReceiver(
	SoGroup rootNode
)

Parameters

rootNode
Type: OIV.Inventor.NodesSoGroup

OIV.Inventor.Nodes.SoGroup instance that is the root node of the scene graph on the receiving end. All changes to the database are made relative to this root.

Remarks

See Also