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

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

    Return Value

    A list of 2D segments
    See Also