Description:

Get the RenderWindow associated with this RenderPipeline instance. This is virtual rather than abstract for V5 compat

Syntax:
public RenderWindow GetRenderWindow()
Returns:
RenderWindow if one exists, None otherwise (i.e. rendering has already completed).
Available since:
5.0

Description:

As GetRenderWindow(). The parameter withWireframeChannel controls whether the returned RenderWindow will have the channel added. The parameter fromRenderViewSource controls from where the RenderSize is queried. The viewportInfo instance will be used to set up wireframe channel. This is necessary for rendering different view than is currently active in the viewport

Syntax:
public RenderWindow GetRenderWindow(
ViewportInfo viewportInfo,
Boolean fromRenderViewSource,
Rectangle region
)
Parameters:
  • fromRenderViewSource
  • Type: System.Boolean
  • True if the RenderWindow size needs to be set from RenderViewSource size. False will use the active view.
  • region
  • Type: Rectangle
  • The region to render. Usually the same as the full render window but in the case of RenderWindow and RenderInWindow, it is the region the user selected in the viewport.
Returns:
RenderWindow if one exists, None otherwise (i.e. rendering has already completed).
Available since:
7.19

Description:

As GetRenderWindow(). The parameter withWireframeChannel controls whether the returned RenderWindow will have the channel added. The parameter fromRenderViewSource controls from where the RenderSize is queried. The viewportInfo instance will be used to set up wireframe channel. This is necessary for rendering different view than is currently active in the viewport

Syntax:
public RenderWindow GetRenderWindow(
ViewportInfo viewportInfo,
Boolean fromRenderViewSource
)
Parameters:
  • fromRenderViewSource
  • Type: System.Boolean
  • True if the RenderWindow size needs to be set from RenderViewSource size. False will use the active view.
Returns:
RenderWindow if one exists, None otherwise (i.e. rendering has already completed).
Available since:
7.11

Description:

As GetRenderWindow(). The parameter withWireframeChannel controls whether the returned RenderWindow will have the channel added. The parameter fromRenderViewSource controls from where the RenderSize is queried.

Syntax:
public RenderWindow GetRenderWindow(
Boolean withWireframeChannel,
Boolean fromRenderViewSource
)
Parameters:
  • withWireframeChannel
  • Type: System.Boolean
  • True if the RenderWindow needs to have a wireframe channel.
  • fromRenderViewSource
  • Type: System.Boolean
  • True if the RenderWindow size needs to be set from RenderViewSource size. False will use the active view.
Returns:
RenderWindow if one exists, None otherwise (i.e. rendering has already completed).
Available since:
6.0

Description:

As GetRenderWindow(), but if withWireframeChannel is true the returned RenderWindow will have the channel added.

Syntax:
public RenderWindow GetRenderWindow(
Boolean withWireframeChannel
)
Returns:
RenderWindow with wireframe channel enabled, or null if no RenderWindow can be found (i.e. rendering has completed already)
Available since:
6.0

GetRenderWindow method

Class:  Rhino.Render.RenderPipeline

Nothing found