Click or drag to resize
ServiceSettingsRunModes Enumeration

The run mode is used to change the behaviour of the RemoteViz execution in three environments.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum RunModes
Members
  Member nameValueDescription
INVENTOR_SERVICE0
INVENTOR_APPLICATION1
INDEPENDENT_SERVICE2
Remarks

INVENTOR_SERVICE mode is used to run a RemoteViz application based on the Open Inventor render engine. This is the default mode. This mode requires a main loop. INVENTOR_APPLICATION is used to share the rendering of a scene graph between an OIV application and a RemoteViz application. This mode uses the main loop of an Open Inventor component (OIV.Inventor.Win.Viewers.SoWinExaminerViewer, SoXtRenderArea, ...). INDEPENDENT_SERVICE mode is used to run a RemoteViz application based on its own render engine. In this mode, the Open Inventor render engine is disabled. This mode requires a main loop.

See Also