Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ComputeCurvatureMap Method
The devDept.Eyeshot.ViewportLayout object instance
The legend
The curvature map type

In This Topic
    ComputeCurvatureMap Method
    In This Topic
    Computes the desired curvature map.
    Syntax
    'Declaration
     
    Public Sub ComputeCurvatureMap( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal legend As Legend, _
       ByVal type As Surface.curvatureType _
    ) 
    public void ComputeCurvatureMap( 
       ViewportLayout viewportLayout,
       Legend legend,
       Surface.curvatureType type
    )

    Parameters

    viewportLayout
    The devDept.Eyeshot.ViewportLayout object instance
    legend
    The legend
    type
    The curvature map type
    See Also