Click or drag to resize
SoRenderAreaCoreRender Method

Applies an OIV.Inventor.Actions.SoGLRenderAction to the scene graph managed here.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual SiRenderAreaRenderStatus Render()

Return Value

Type: SiRenderAreaRenderStatus

Implements

SiRenderAreaRender
Remarks

See RenderStatus documentation for details on the returned value. The rendering may have been aborted, so check this function result before calling swap buffer for example

See Also