Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh.normalAveragingType Enumeration

In This Topic
    Mesh.normalAveragingType Enumeration
    In This Topic
    Mesh normal averaging type.
    Syntax
    'Declaration
     
    Public Enum Mesh.normalAveragingType 
       Inherits System.Enum
    public enum Mesh.normalAveragingType : System.Enum 
    Members
    MemberDescription
    Averaged Averaged normal
    AveragedByAngle Averaged normal with preservation of edges
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.Mesh.normalAveragingType

    See Also