Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / mesherSmoothingType Enumeration

In This Topic
    mesherSmoothingType Enumeration
    In This Topic
    Mesh smoothing type.
    Syntax
    'Declaration
     
    Public Enum mesherSmoothingType 
       Inherits System.Enum
    public enum mesherSmoothingType : System.Enum 
    Members
    MemberDescription
    AreaCentroidWeighted Area centroid weighted
    Laplacian Laplacian
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Triangulation.mesherSmoothingType

    See Also