RenderPipeline.GetRenderWindow Method (Boolean)

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)
Syntax
public RenderWindow GetRenderWindow(
	bool withWireframeChannel
)
Public Function GetRenderWindow ( 
	withWireframeChannel As Boolean
) As RenderWindow

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)
Version Information

Rhino for Windows

Supported in: 6.14
See Also