Click or drag to resize
SoTranReceiver Constructor

Constructor.

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

Parameters

rootNode
Type: OIV.Inventor.NodesSoGroup

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