Click or drag to resize

DisplayPipelineDrawCurvatureGraph Method (Curve, Color)

Draw a typical Rhino Curvature Graph.

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

Parameters

curve
Type: Rhino.GeometryCurve
Base curve for curvature graph.
color
Type: System.DrawingColor
Color of curvature graph.
See Also