Pad_CornerRadius_AllLayers
The features available depend on your Altium product access level. Compare features included in the various levels of Altium Designer Software Subscription and functionality delivered through applications provided by the Altium 365 platform.
If you don’t see a discussed feature in your software, contact Altium Sales to find out more.
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all simple pad objects, whose Pad Corner Radius (%) (All Layers) property complies with the Query.
Syntax Copy Link Copied
Pad_CornerRadius_AllLayers = CornerRadius_String
Pad_CornerRadius_AllLayers <> CornerRadius_String
CornerRadius_String
specifies the corner radius, expressed as a percentage.
Example Usage Copy Link Copied
Pad_CornerRadius_AllLayers = '50%'
Returns all simple pad objects whose Pad Corner Radius (%) (All Layers) property equals 50%.
Pad_CornerRadius_AllLayers <> '30%'
Returns all objects except for simple pad objects whose Pad Corner Radius (%) (All Layers) property equals 30%.
Tips Copy Link Copied
- The single quote characters (') at the start and end of
CornerRadius_String
are mandatory. - The Pad Corner Radius (%) (All Layers) property is only defined for simple pads (those with Stack Mode property set to Simple).