Click or drag to resize
SiRenderAreaInteractive Interface

RenderArea interactive interface.

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

The SiRenderAreaInteractive type exposes the following members.

Methods
  NameDescription
Public methodGetInteractiveMode Obsolete.
Public methodProcessEvent
Public methodProcessEvents

Processes the passed event to the scene graph managed here.

Public methodSetInteractiveMode Obsolete.

Set the current interactive mode.

Top
Remarks

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

See Also