DisplayPipelineDrawCurve Method (Curve, Color, Int32) |
Draw a single Curve object.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawCurve(
Curve curve,
Color color,
int thickness
)
Public Sub DrawCurve (
curve As Curve,
color As Color,
thickness As Integer
)
Parameters
- curve
- Type: Rhino.GeometryCurve
Curve to draw. - color
- Type: System.DrawingColor
Color to draw with. - thickness
- Type: SystemInt32
Thickness (in pixels) of curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also