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