Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / DrawSilhouettesParams Class / SkipBorderEdges Property

In This Topic
    SkipBorderEdges Property
    In This Topic
    If true, skips the drawing of the silhouettes on the edges with just one adjacent triangle.
    Syntax
    'Declaration
     
    Public Property SkipBorderEdges As Boolean
    public bool SkipBorderEdges {get; set;}
    See Also