Click or drag to resize

RenderPipelineContinueModal Method

Frequently called during a rendering by the frame work in order to determine if the rendering should continue.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract bool ContinueModal()

Return Value

Type: Boolean
Returns true if the rendering should continue.
See Also