kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02161
Re: new kicadocaml release, new zone fill alg, if
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Tim Hanson <sideskate@...>
-
Date:
Thu, 5 Feb 2009 08:52:34 -0500
-
In-reply-to:
<498A8F4D.4060906@...>
Hi Dick,
No, each zone has one container ($CZONE_OUTLINE), just like in PCBNEW.
Each triangle is saved as a closed polygon in $POLYSCORNERS. I use
the third number to label the end of each triangle, e.g. :
-----
ZCorner 2700 -3800 1
$POLYSCORNERS
21038 -10100 0 0
19976 -9050 0 0
19976 -10100 1 0
-----
Yes, PCBNEW generates gerbers from the triangle lists, and the zones
are electrically contiguous.
cheers,
Tim
> Tim,
>
> So Kicad gets a zillion small triangle ZONE_CONTAINERs put into the
> board file by your stuff? Then PCBNEW successfully generates gerbers
> from these zillion small ZONE_CONTAINERs? And those gerber zones are
> all electrically contiguous?
>
> Thanks,
>
> Dick
>
>
Follow ups
References