Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewSettings Class / ConvertToSegment2D Method
The lines to convert

In This Topic
    ConvertToSegment2D Method
    In This Topic
    Converts a ScreenLine collection to a devDept.Geometry.Segment2D collection.
    Syntax
    'Declaration
     
    Public Shared Function ConvertToSegment2D( _
       ByVal lines As IList(Of ScreenLine) _
    ) As IList(Of Segment2D)
    public static IList<Segment2D> ConvertToSegment2D( 
       IList<ScreenLine> lines
    )

    Parameters

    lines
    The lines to convert

    Return Value

    See Also