InterfacePolyClassRemoveDoubleEdges 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.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void RemoveDoubleEdges()

See Also