EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => Altium Designer => Topic started by: knapik on August 07, 2017, 10:29:00 am

Title: Problem with deleting polygon pours
Post by: knapik on August 07, 2017, 10:29:00 am
I'm a bit stumped having a problem with polygon pours, I can see in the polygon manager that I have polygon pours, however I can't see or select them. How would I go about in deleting them as I currently don't want them?
Title: Re: Problem with deleting polygon pours
Post by: Pseudobyte on August 07, 2017, 12:36:43 pm
Just right click the polygon in the manager and hit delete.
Title: Re: Problem with deleting polygon pours
Post by: mrjiffy6 on August 07, 2017, 12:59:06 pm
Make sure you have the right layer selected in order to be able to select/delete them (in the PCB editing view).

EDIT: if you are strictly talking about the Polygon Manager, if you can't see them it is likely that there are no vertices in the polygon pour!. I don't know your altium version, but in v16 the delete key does not seem to work. However, if you select the polygon pour in the upper list (make sure you click anywhere but the first column because it will edit the pour name), right click -> delete works.
Title: Re: Problem with deleting polygon pours
Post by: kiran_shrestha on August 08, 2017, 04:51:01 am
Hey, may be you have disabled the polygon layers, try hitting L and then make the polygons radio to FINAL.
Title: Re: Problem with deleting polygon pours
Post by: T3sl4co1l on August 09, 2017, 01:30:54 am
If they are shelved, they won't show up in the workspace.

You can also select polygons with the PCB Filter Panel and the query: IsPoly

Tim
Title: Re: Problem with deleting polygon pours
Post by: knapik on August 09, 2017, 09:51:26 am
Yeah, I must not have tried right clicking and instead mashed the delete key, but that solved that problem. Thank you.

However, I'm unfortunately still having some issues. I've noticed that now, the interactive routing net lines aren't displaying for nets other than ground, and that if I were to actually create another ground plane polygon pour, I can't actually see it in the 2d view.
Title: Re: Problem with deleting polygon pours
Post by: T3sl4co1l on August 09, 2017, 10:02:34 am
Ratsnesting is a net property.  You can find this under Design / Edit Nets, or by inspecting net objects.  Nets aren't physical objects on the PCB, but you can still query, select and edit them with the Filter, List and Inspector panels.  There's also the N shortcut (show/hide nets) which may be most helpful.

Tim
Title: Re: Problem with deleting polygon pours
Post by: knapik on August 09, 2017, 10:17:08 am
Ah, yep, hiding and showing all connections seemed to do the trick for the rats nesting, thank you.