IPolyClassIntersect Method

Calculate the intersection part of this and a second polygon (Does not change 'this' polygon).

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass Intersect(
	IPolyClass SecondPoly
)

Parameters

SecondPoly  IPolyClass
The other polygon to search for intersecting.

Return Value

IPolyClass
A new polygon with intersecting parts. Result polygon might contain references to edges of both polygons!

Implements

InterfacePolyClassIntersect(IPolyClass)

See Also