HiddenLinesView.GetEdges Method

The list of 2D segments representing the view's edges.
Public Overridable Function GetEdges() As IList(Of Segment2D)
This language is not supported or no code example is available.
public virtual IList<Segment2D> GetEdges()
This language is not supported or no code example is available.

Return Value

IList<Segment2D>

A list of 2D segments

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition