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

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