Click or drag to resize
SiRenderAreaInteractive Interface

RenderArea interactive interface.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public interface SiRenderAreaInteractive

The SiRenderAreaInteractive type exposes the following members.

Methods
  NameDescription
Public methodGetInteractiveMode
Public methodProcessEvent

Processes the passed event to the scene graph managed here.

Public methodProcessEvents

Processes the passed event to the scene graph managed here.

Public methodSetInteractiveMode

Set the current interactive mode.

Top
Remarks

This interface provides the list of methods that renderAreas must define to use interactive feature.

See Also