Hi,
I am trying to draw sector in my Layout. For this, I used a skill code that generates fragmented circle (If the points exceed the specified limit, the circle is cut into multiple sectors) [sectorgenerated.png]. The radius-edge of the sector is chopped in a way that it does not follow the grid and hence it fails DRC (because these points do not like of 5 nm grid specified by layout) [DRC Violation]. I found that drawing a stepped polygon near to these out-of-grid edges and merging with my structure made it DRC clean [Sector.png].
But this polygon based drawing over the out of grid edges is tedious and time-consuming since the grid is two small for manually connecting points using a stepped-polygon.
i was hoping if there is a way to connect two points using a stepped polygon where the vertices coincide with the grid points. or a SKILL code that can generate a sector itself..