Click or drag to resize
RenderAreaSceneManager Property

Gets the Scene manager of the renderArea.

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

Return Value

Type: SoSceneManager

a pointer to the sceneManager

Remarks

In the ServiceSettings.INDEPENDENT_SERVICE mode, this method returns NULL.

See Also