IPackageSpecificsGetPinPolys Method

List of pin polygons.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IPolyClass> GetPinPolys(
	double flattenValue = 0
)

Parameters

flattenValue  Double  (Optional)
If you want to replace arcs by lines use a value higher than 0

Return Value

ListIPolyClass
List of all package pin polygons.

See Also