Originally posted by avion
View Post
dude i am sorry i completely misread your problem..
anyway
try the queries
IsDesignator and InComponentClass('Top Side Components')
IsDesignator and InComponentClass('Bottom Side Components')
IsDesignator and InComponentClass('Bottom Side Components') and OnLayer('01 Designator top')
IsDesignator and InComponentClass('Top Side Components') and OnLayer('02 Designator bottom')
to find flipped components
(ObjectKind = 'Component') And (ComponentFlippedOnLayer = 'True')
Leave a comment: