as i demonstrated here, i need the lines from the zone going the direction as shown with the red lines
I have a copper fill covering the whole board as VCC3V3, and i need to make a kind of keepout zone where i will put another copper fills inside that keepout.
Priorities is probably the way to go, but it’s also possible to make a hole in a zone: while a zone is selected, open the context menu -> Zones -> Add a Zone Cutout.
Here is an example of the already finished board, so when i click on the zone outline on the board outline, the one inside also gets highlighted. And the outlines aren’t connected.
It is impossible to see what you have made from a screenshot.
To get your “artists impression” into KiCad, you can draw two different zones, the big yellow one and the smaller green one, and then give the green zone a higher priority.
The “zone outline which gets highlighted when i press the outline on the board outline” part is not drawn in KiCad. That zone boundary is calculated with B according to clearance settings.
You also have a relatively complex PCB with lots of zones. It’s probably a good idea to experiment a bit with zones and zone priorities on a simple PCB.
Attached is a PCB with some simple zones. The highlighted zone is defined by the PCB outline (and the pentagon around the PCB). This way it is immediately clear upon inspection if for example someting goes wrong with gerber generation). In the upper left corner there is a small keepout area, and just for fun I drew a triangular zone with a higher priority in the center of the PCB.
do you require them to be as unaligned as that? or can you accept basically a clearance ring?
Below is what you can do with zone priorities. you see how they are isolated but are comparable shapes ( the inner is a 1v2 to an FPGA core and the surrounding is 3v3 to interfaces).
The shape doesn’t have to be made out of right angles, you can use whatever polygon you want BUT the zone clearance will mean it follows the shape. If you want the larger voids you cartoon shows, you could manage that via selective keepout zones
Thanks guys, i managed to do it. It happened i have been mistaking “Cutout” zones with “Keepout” zones…turns out i’ve never used cutouts before. Just realized those two have a different application.