Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / HiddenLinesView Class / GetEdges Method

In This Topic
    GetEdges Method (HiddenLinesView)
    In This Topic
    The list of 2D segments representing the view's edges.
    Syntax
    'Declaration
     
    Public Overridable Function GetEdges() As IList(Of Segment2D)
    public virtual IList<Segment2D> GetEdges()

    Return Value

    A list of 2D segments
    See Also