Click or drag to resize
RenderAreaSceneManager Property

Gets the Open Inventor scene manager associated with the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSceneManager SceneManager { get; }

Return Value

Type: SoSceneManager

the sceneManager

Remarks

This object is created automatically by RemoteViz.

In the OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INDEPENDENT_SERVICE mode, this method returns null.

See Also