ISurfaceSpecificsDAddIsle Method

Add an IPolyCalss as isle to the surface, be carefull there are no intersectings with other isles or holes.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddIsle(
	IPolyClass PolyIsleWithoutHoles,
	bool CheckDirection = false
)

Parameters

PolyIsleWithoutHoles  IPolyClass
Polygon of the isle, all isles have to be clockwise.
CheckDirection  Boolean  (Optional)
 

Return Value

Boolean
False if an error happen.

See Also