Click or drag to resize

RenderPipelineGetRenderWindow Method (Boolean)

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public RenderWindow GetRenderWindow(
	bool withWireframeChannel
)

Parameters

withWireframeChannel
Type: SystemBoolean

[Missing <param name="withWireframeChannel"/> documentation for "M:Rhino.Render.RenderPipeline.GetRenderWindow(System.Boolean)"]

Return Value

Type: RenderWindow
RenderWindow with wireframe channel enabled, or null if no RenderWindow can be found (i.e. rendering has completed already)
See Also