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.36.0 (9.9.36.0)
Syntax
public SoSceneManager SceneManager { get; }

Return Value

Type: SoSceneManager

the sceneManager

Remarks

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

See Also