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

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

    Return Value

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