Click or drag to resize

DisplayPipelineDrawCurve Method (Curve, Color)

Draw a single Curve object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawCurve(
	Curve curve,
	Color color
)

Parameters

curve
Type: Rhino.GeometryCurve
Curve to draw.
color
Type: System.DrawingColor
Color to draw with.
See Also