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: 9.9.13.0 (9.9.13.0)
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 SoInteractionElement for all used actions (preRenderAction and renderAction).

Since Open Inventor 9.2

See Also