Gets the rectangle that delimits all the pads of the footprint.
Syntax: |
---|
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 code | |
---|---|
|