Click or drag to resize

RenderPipelineRender Method

Call this function to render the scene normally. The function returns when rendering is complete (or cancelled).

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RenderPipelineRenderReturnCode Render()

Return Value

Type: RenderPipelineRenderReturnCode
A code that explains how rendering completed.
See Also