InterfaceCMPObjectGetBodyBoundsD(Boolean) Method

The bounds of the component body (without Pins), if available the maximum of combined mpn package outline and component body.

Definition

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

Parameters

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

Return Value

RectangleD

See Also