Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / ShowCurvature Property

In This Topic
    ShowCurvature Property (Curve)
    In This Topic
    When true, curvature graph is displayed.
    Syntax
    'Declaration
     
    Public Property ShowCurvature As Boolean
    public bool ShowCurvature {get; set;}
    Remarks
    You need to call ComputeCurvatureGraph before enabling curvature graph display.
    See Also