Query_Lang-PCBFunctions_AttributeChecks_IsObliquePositiveIsObliquePositive_AD
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 4
This document is no longer available beyond version 4. Information can now be found here: IsObliquePositive for version 5
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns +45 Degree angled tracks, i.e. those tracks for which the difference between their Y1 and Y2 properties is equal (including in sign) to the difference between their X1 and X2 properties.
Syntax
IsObliquePositive : Boolean/Boolean_String
Example Usage
IsObliquePositive
IsObliquePositive = True
IsObliquePositive = 'True'
Returns all +45 Degree tracks.
Not IsObliquePositive
IsObliquePositive = False
IsObliquePositive = 'False'
Returns all objects except +45 Degree tracks.