Click or drag to resize
SoRenderAreaCoreSetInteractiveMode Method

Note: This API is now obsolete.

Set the current interactive mode.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")]
public virtual void SetInteractiveMode(
	SoInteractiveComplexityInteractiveModes mode
)

Parameters

mode
Type: OIV.Inventor.NodesSoInteractiveComplexityInteractiveModes

interactive mode. Default is AUTO.

Implements

SiRenderAreaInteractiveSetInteractiveMode(SoInteractiveComplexityInteractiveModes)
Remarks

Caution note Caution

Obsolete since Open Inventor 101000. Use OIV.Inventor.Nodes.SoInteractiveComplexity node instead.

See Also