HiddenLinesViewSettings.ConvertToSegment2D Method

Converts a ScreenLine collection to a Segment2D collection.
Public Shared Function ConvertToSegment2D( _ 
ByVal lines As IList(Of ScreenLine) _ 
) As IList(Of Segment2D)
This language is not supported or no code example is available.
public static IList<Segment2D> ConvertToSegment2D( 
IList<ScreenLine> lines 
)
This language is not supported or no code example is available.

Parameters

lines
IList<ScreenLine>

The lines to convert

Return Value

IList<Segment2D>

The Segment2D collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition