Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement polygon partition #4

Open
patrickschulz opened this issue Sep 17, 2020 · 0 comments
Open

Implement polygon partition #4

patrickschulz opened this issue Sep 17, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@patrickschulz
Copy link
Owner

Some cells (such as the spiral inductor using arbitrary-angle paths) generate polygon with a lot of points, usually too much for some tools (GDS allows only shapes with less than 400 vertices, cadence virtuoso expects polygons to have less than 4000 points). Therefor these polygons have to be split. I started with a triangulation, but I would like to implement something better, a partition into m-gons where m is an appropriate number for the used interface.

@patrickschulz patrickschulz added enhancement New feature or request help wanted Extra attention is needed labels Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant