Gets the rectangle that delimits all the pads of the footprint.

syntaxSyntax:
FWiz.GetPadsBoundingBox(bSkipHidden=false)

Parameters

Parameter Description
bSkipHidden If true is specified, non-visible pads are ignored.

Return Value

Returns a DlxRect object with the dimensions of the rectangle that delimits all the pads of the footprint.

Example

  Copy codeCopy code

See also