8

I'm trying to put a plane shield using polygon pour and I realized that some object is not connected to my polygon.

In the picture below it is clearly seen that the GND through hole is not connected to my polygon that is declared as "GND".

I can't understand the reason because I checked all possible causes and I wasn't able to find anything.

enter image description here


SOLVED: I restarted Altium Designer and everything is fine now.

MrBit
  • 1,973
  • 4
  • 27
  • 54
  • 2
    Try manipulating option "Pour over all same net objects" – Bip Jun 29 '17 at 15:48
  • 3
    A typical cause of this is if there is another polygon overlapping this one. Even if the other polygon is shelved, it can prevent this polygon from connecting correctly. Make sure this polygon comes before any overlapping polygons (even shelved ones) in the pour order. – The Photon Jun 29 '17 at 16:26
  • @ThePhoton, I believe this is the first reason. I removed all the previous shelved ones but the problem wasn't resolved until I performed program restart. – MrBit Jun 29 '17 at 16:50
  • 2
    @MrBit, did you "Repour All" after removing the shelved polygons or fixing the pour order? – The Photon Jun 29 '17 at 16:51
  • FYI: [Thread on Altium Live](https://forum.live.altium.com/#posts/213915/). – The Photon Jun 29 '17 at 16:58
  • 1
    @ThePhoton, Yes I did. Nothing worked untill I restarted the software. – MrBit Jun 29 '17 at 20:28
  • 1
    Restarting Altium was the only solution for me too. – RHaguiuda Nov 14 '17 at 12:55
  • Try this command separately ->> T + G + A for repour, all polygon pours. – merhan.rastgar Sep 05 '20 at 04:16

3 Answers3

3

Open Design >> Rules >> Plane Rules >> Polygon Connect Style page and check the connect style is relief or direct connect.

enter image description here

0

I'm currently running Altium Designer 21. This problem recently happened to me and it's seems to be a bug that's been around for awhile. Restarting Altium fixed the issue for me.

bunker89320
  • 949
  • 4
  • 17
  • I had to select the "Pour over all same not objects" in the polygon properties for it it connect to the vias – quantum231 Mar 16 '22 at 23:26
0

You need to make sure the polygon is the same net name of the connections you want it to connect to. Then repour the polygon.

JimBob
  • 1
  • 1
    While this is a good thing to check in general, OP did make sure in this case: "In the picture below it is clearly seen that the GND through hole is not connected to my polygon that is declared as "GND"" – Null Sep 23 '21 at 14:18