DisplayPipelineDrawCurvatureGraph Method (Curve, Color, Int32, Int32, Int32) |
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,
int hairScale,
int hairDensity,
int sampleDensity
)
Public Sub DrawCurvatureGraph (
curve As Curve,
color As Color,
hairScale As Integer,
hairDensity As Integer,
sampleDensity As Integer
)
Parameters
- curve
- Type: Rhino.GeometryCurve
Base curve for curvature graph. - color
- Type: System.DrawingColor
Color of curvature graph. - hairScale
- Type: SystemInt32
100 = true length, > 100 magnified, < 100 shortened. - hairDensity
- Type: SystemInt32
>= 0 larger numbers = more hairs (good default is 1). - sampleDensity
- Type: SystemInt32
Between 1 and 10. Higher numbers draw smoother outer curves. (good default is 2).
See Also