Click or drag to resize
SiRenderArea Interface

RenderArea interface.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public interface SiRenderArea

The SiRenderArea type exposes the following members.

Methods
  NameDescription
Public methodGetClearColor
Public methodGetClearDepth
Public methodGetClearPolicy
Public methodGetSceneGraph
Public methodGetSize
Public methodRender

Render the managed scene graph (see setSceneGraph).

Public methodSetClearColor

Defines the RGBA value used when the color buffer is cleared.

Public methodSetClearDepth

Defines the depth value used when the depth buffer is cleared.

Public methodSetClearPolicy

Defines the color buffer and depth buffer clear policy.

Public methodSetSceneGraph

Defines the scene graph which is managed here.

Public methodSetSize

Defines the size to use for rendering.

Top
Events
  NameDescription
Public eventStartRender

Returns the event handler that raises when a new render starts.

Top
Remarks

This interface provides the list of methods that a renderArea classs must define.

See Also