IPolyClassSplitInIsleAndHoles(IPCBIWindow, IODBLayer) Method

Check all subpolygons for holes and isles, make a list of new surfaces for each isle with own holes.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<ISurfaceSpecificsD> SplitInIsleAndHoles(
	IPCBIWindow Parent,
	IODBLayer ParentLayer
)

Parameters

Parent  IPCBIWindow
Parent IPCBIWindow for the new elements.
ParentLayer  IODBLayer
Layer to set parent for surfaces of polygon.

Return Value

ListISurfaceSpecificsD
List of Isle and holes of this surface.

Implements

InterfacePolyClassSplitInIsleAndHoles(IPCBIWindow, IODBLayer)

See Also