IPolyClassGetEdges Method

Create a new list of Edges from this polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IEdge> GetEdges(
	bool sorted = false
)

Parameters

sorted  Boolean  (Optional)
 

Return Value

ListIEdge
outline and holes as edges

Implements

InterfacePolyClassGetEdges(Boolean)

See Also