Tip:
Use IsNamedPolygon vice inNamedPolygon
Or
(ObjectKind = 'Poly') And (Name like 'L1_RF_GND')
With wild cards
(ObjectKind = 'Poly') And (Name like '*L1_RF_GND*')
(ObjectKind = 'Poly') And (Name like '*L05_GND*')
Or
Design > Classes > PolygonClasses then use the polygon class in the Rule.
That's it !
No comments:
Post a Comment