InterfacePolyClassIntersect Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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!

See Also