I’ve created this rule below. Whether it be ‘A’ or ‘B’
(version 1)
(rule holes_in_pads
(condition "A.Pad_Type == 'SMD'")
(constraint physical_hole_clearance (min 0.2mm))
)
It did work on my sample project so I recommended my teammate to use it on boards with more complex design.
This works

and this does not

and this does not work as well
I’ve checked every pads and it was ‘SMD’
Any advice would be very helpful.
Thanks

