HasRectangularHole
Created: September 12, 2015 | Updated: August 20, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 2.0. For the latest, read: HasRectangularHole for version 4
Parent page: PCB Query Functions - Object Type Checks
Summary
Returns all pad objects with rectangular holes.
Syntax
HasRectangularHole : Boolean/Boolean_String
Example Usage
HasRectangularHole
HasRectangularHole = True
HasRectangularHole = 'True'
Returns all pad objects with rectangular holes.
Not HasRectangularHole
HasRectangularHole = False
HasRectangularHole = 'False'
Returns all objects except pad objects with rectangular holes.