SoTranReceiver Constructor |
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoTranReceiver(
SoGroup rootNode
)
Public Sub New (
rootNode As SoGroup
)
public:
SoTranReceiver(
SoGroup^ rootNode
)
new :
rootNode : SoGroup -> SoTranReceiver
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