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

In This Topic
    Mesh.edgeStyleType Enumeration
    In This Topic
    Mesh edge style type.
    Syntax
    'Declaration
     
    Public Enum Mesh.edgeStyleType 
       Inherits System.Enum
    public enum Mesh.edgeStyleType : System.Enum 
    Members
    MemberDescription
    Free Only free edges are computed
    None No edges are computed
    Sharp Only sharp edges are computed
    Inheritance Hierarchy

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

    See Also