SoMPEGRendererSetSceneGraph Method |
Sets the scene graph used for generating frames in the MPEG output.
Namespace: OIV.Inventor.MPEGAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetSceneGraph(
SoNode node
)
Public Sub SetSceneGraph (
node As SoNode
)
public:
void SetSceneGraph(
SoNode^ node
)
member SetSceneGraph :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also