Click or drag to resize
SoSceneManagerSetInteractive Method

Indicates that the scene manager is in interactive mode or not.

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

Parameters

flag
Type: SystemBoolean
Remarks

This is usually called by Inventor viewer classes, but it is also usefull for custom application viewer.

It mainly setup OIV.Inventor.Elements.SoInteractionElement for all used actions (preRenderAction and renderAction).

Note Note

Member available since Open Inventor 9.2

See Also