SoWinRenderAreaSetSceneGraph Method |
Sets the scene graph to be rendered in this component's window.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
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 See Also