DisplayPipeline.DrawCurvatureGraph Method (Curve, Color)

DisplayPipelineDrawCurvatureGraph Method (Curve, Color)

Draw a typical Rhino Curvature Graph.

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

Parameters

curve
Type: Rhino.GeometryCurve
Base curve for curvature graph.
color
Type: System.DrawingColor
Color of curvature graph.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also