RhinoCommon API
DisplayPipelineClone Method |
Clones the pipeline. Creates an identical copy of "this" pipeline.
Copies all conduits from "this" pipeline to the new pipeline.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public DisplayPipeline Clone( RhinoViewport viewport )
Public Function Clone ( viewport As RhinoViewport ) As DisplayPipeline
Parameters
- viewport
- Type: Rhino.DisplayRhinoViewport
[Missing <param name="viewport"/> documentation for "M:Rhino.Display.DisplayPipeline.Clone(Rhino.Display.RhinoViewport)"]
Return Value
Type: DisplayPipelineThe newly cloned pipeline if successful, null otherwise. or failed to close.
