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