IPolyClassIsSelfIntersecting Method

Checks all edges for self intersecting of this polygon.

Definition

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

Return Value

Boolean
True if self intersecting was found, false if no self intersecting was found.

See Also