InterfaceSurfaceSpecificsDStartPolygon Method

For each part of the surface there are a polygon, the first polygon can't be a hole.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void StartPolygon(
	bool IsHole,
	PointD StartP
)

Parameters

IsHole  Boolean
cut out the subpolygon
StartP  PointD
the first point of the subpolygon

See Also