Click or drag to resize
SoSceneManagerSetAutoInteractiveMode Method

Defines the auto interactive mode.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetAutoInteractiveMode(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is false.

When this mode is activated, the sceneManager will decide depending on scenegraph changes to switch to interactive mode or not.

Default value can be changed through OIV_AUTO_INTERACTIVE_MODE envvar.

Note Note

Member available since Open Inventor 9.2

See Also