Re: [Kicad-developers] CPolyLine refactor

2016-11-23 Thread jp charras
Le 23/11/2016 à 13:32, Alejandro Garcia Montoro a écrit : > Hi! > > Thanks for the tips :) > > I have some more doubts, one of them quite important: we have a class for > storing a set of polygons > with holes, SHAPE_POLY_SET, but there is no explicit class to store a single > polygon with

Re: [Kicad-developers] CPolyLine refactor

2016-11-23 Thread Alejandro Garcia Montoro
Hi! Thanks for the tips :) I have some more doubts, one of them quite important: we have a class for storing a set of polygons with holes, SHAPE_POLY_SET, but there is no explicit class to store a single polygon with holes. There's a POLYGON typedef that could do the trick, but I think it would