Description:

Call this function to render the scene in a view window. The function returns when rendering is complete (or cancelled).

Syntax:
public RenderReturnCode RenderWindow(
RhinoView view,
Rectangle rect,
Boolean inWindow
)
Parameters:
  • rect
  • Type: Rectangle
  • rectangle that the user selected.
  • inWindow
  • Type: System.Boolean
  • True to render directly into the view window.
Returns:
A code that explains how rendering completed.
Available since:
5.0

RenderWindow method

Class:  Rhino.Render.RenderPipeline

Nothing found