IPolyClassCombinePolygons Method

Combine two polygons and make one polygon of them. This connect both with two lines who overlapping on start end end.

Definition

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

Parameters

SecondPoly  IPolyClass
The second polyClass to combine with this polygon.

Return Value

IPolyClass
A new polygon with both parts of this and the SecondPoly.

Implements

InterfacePolyClassCombinePolygons(IPolyClass)

See Also