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