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

In This Topic
    Mesh.natureType Enumeration
    In This Topic
    Mesh nature type.
    Syntax
    'Declaration
     
    Public Enum Mesh.natureType 
       Inherits System.Enum
    public enum Mesh.natureType : System.Enum 
    Members
    MemberDescription
    ColorPlain Plain mesh (one normal per triangle), one different color for each triangle
    ColorSmooth Smooth mesh (one normal per vertex), one different color for each triangle
    MulticolorPlain Plain mesh (one normal per triangle), one color for each vertex
    MulticolorSmooth Smooth mesh (one normal per vertex), one color for each vertex
    Plain Plain mesh (one normal per triangle), one color shared by all triangles
    RichPlain Plain mesh (one normal per triangle), one material for each triangle
    RichSmooth Smooth mesh (one normal per vertex), one material for each triangle
    Smooth Smooth mesh (one normal per vertex), one color shared by all triangles
    Undefined Not yet defined
    Inheritance Hierarchy

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

    See Also