Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / EdgeStyle Property

In This Topic
    EdgeStyle Property (Mesh)
    In This Topic
    Gets or sets the edge style. This setting comes into play during Mesh regeneration only.
    Syntax
    'Declaration
     
    Public Property EdgeStyle As Mesh.edgeStyleType
    public Mesh.edgeStyleType EdgeStyle {get; set;}
    See Also