IPackageSpecificsGetSimplePackageOutline Method

Simple package outline, this is only one big polygon or the containing rectangle if no "good" rectangle is available.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass GetSimplePackageOutline(
	bool includePins,
	double flattenValue = 0
)

Parameters

includePins  Boolean
Incude Pins? (not recommended)
flattenValue  Double  (Optional)
You can flatten the path, is necessary.

Return Value

IPolyClass
Outline of the package or simple rectangle around it if the contour is not closed.

See Also