Eyeshot 10 WPF API Reference
ConvertToSegment2D Method

WPF Assembly > devDept.Eyeshot Namespace > HiddenLinesViewSettings Class : ConvertToSegment2D Method
The lines to convert
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

Reference

HiddenLinesViewSettings Class
HiddenLinesViewSettings Members