| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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