RenderPipelineGetRenderWindow Method |
Get the RenderWindow associated with this RenderPipeline instance. This is virtual rather than abstract for V5 compat
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RenderWindow GetRenderWindow()
Public Function GetRenderWindow As RenderWindow
Return Value
Type:
RenderWindowRenderWindow if one exists, null otherwise (i.e. rendering
has already completed).
Version InformationRhino for Windows
Supported in: 6.8
See Also