Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesView Class / GetHiddenEdges Method

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

    Return Value

    A list of 2D segments
    Remarks
    They are available only if the KeepHiddenSegments property is true
    See Also