SiRenderAreaSetSceneGraph Method |
Defines the scene graph which is managed here.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void SetSceneGraph(
SoNode newScene
)
Sub SetSceneGraph (
newScene As SoNode
)
void SetSceneGraph(
SoNode^ newScene
)
abstract SetSceneGraph :
newScene : SoNode -> unit
Parameters
- newScene
- Type: OIV.Inventor.NodesSoNode
scene graph.
Remarks This is the Open Inventor scene which will be traversed for rendering and event processing.
See Also