RenderPipelineGetRenderWindow Method (Boolean, Boolean)

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.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RenderWindow GetRenderWindow(
	bool withWireframeChannel,
	bool fromRenderViewSource
)
Public Function GetRenderWindow ( 
	withWireframeChannel As Boolean,
	fromRenderViewSource As Boolean
) As RenderWindow

Parameters

withWireframeChannel
Type: SystemBoolean
true if the RenderWindow needs to have a wireframe channel.
fromRenderViewSource
Type: SystemBoolean
true if the RenderWindow size needs to be set from RenderViewSource size. false will use the active view.

Return Value

Type: RenderWindow
RenderWindow if one exists, null otherwise (i.e. rendering has already completed).
Version Information

Rhino for Windows

Supported in: 6.8
See Also