IPolyClassRemoveDoubleEdges Method

If there are double edges in the polygon outline, they are removed. The original polygon will be changed! Some other checks and operations need "clean" polygons without double edges, if necessary call this method first.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void RemoveDoubleEdges()

Implements

InterfacePolyClassRemoveDoubleEdges

See Also