ICMPObjectGetBodyBoundsD(Boolean) Method

The bounds of the component body (without Pins). Max of Package-Body and Real_Body_Outline if IncludeMPNOutline = true otherwise CAD body bounds!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleD GetBodyBoundsD(
	bool IncludeMPNOutline
)

Parameters

IncludeMPNOutline  Boolean
Only cad body or use mpn package to find maximum bounds.

Return Value

RectangleD

Implements

InterfaceCMPObjectGetBodyBoundsD(Boolean)

See Also