In a recent design that included a component that had a thermal pad under the device that was connected to Gnd (Net 0) I encountered the following problems:
(Reference the attached photo)
When applying the power plane the scalloped edges occurred on the Pin 33 Pad due to the trace clearances, as shown in the left image, I do not want this extra material under the device, especially ground,
Changing the trace clearance is not an option and just changing the clearance on that pad does not solve the problem,
Adding a Keep-out area on the bottom layer appears to work initially, but creates a DRC error because the part itself is still within the keep-out area,
Creating a custom copper polygon the size of Pin 33 Pad does not work (as expected) because the power plane still creates the same scalloped edges,
Isolating the nets seemd to be a solution;
So I changed the schematic to place Pin 33 Pad in Net 46 and left Pin 1 as Net 0
Then I created a net bridge from Net 0 to Net 46
Next I placed the net bridge between pin 1 and pin 33 Pad
This also created a DRC error because the Net bridge is located under the part
So I then changed the schematic to connect pin 1 and pin 33 Pad to their own net, net 46
Then I created a net bridge from net 0 to net 46 and placed it Outside of the part between net 0 Power Plane and net 46, and then placed a simple trace under the part connecting pin 1 to pin 33 Pad
This worked as shown on the right image in the photo (the net bridge is selected in yellow)
Is there a simpler solution to this problem? If not, there should be since more devices have ground or thermal pins under the device.
Michael