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: 2024.1.0.0 (2024.1.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