ICMPObjectGetSimplePolygonOutline Method

Creates outline as IPolyClass. This is simple outline with only closed outline parts (e.g. genCad files contain often single lines or non closed structures).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass GetSimplePolygonOutline(
	bool IncludePins
)

Parameters

IncludePins  Boolean
Add Pins to the polygon?

Return Value

IPolyClass
Polygon of component with only closed structures.

Implements

InterfaceCMPObjectGetSimplePolygonOutline(Boolean)

See Also