DisplayPipeline.DrawCurve Method (Curve, Color)

DisplayPipelineDrawCurve Method (Curve, Color)

Draw a single Curve object.

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

Parameters

curve
Type: Rhino.GeometryCurve
Curve to draw.
color
Type: System.DrawingColor
Color to draw with.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also