Array of Donut Circles

edited October 2018 in Python scripting

I new to Python Programming and Klayout and was given a task to create an array of donut circles and use that array to form big letters form out of those donut circles.

Can i ask if there are any Klayout classes specially in python? As i was looking through the Help in the Klayout and saw a demo program that creates a circle. But after looking through the code, I saw that they give a lot of class names that does only appear once so i wondering if those class names are a keyword that Klayout has.

Comments

  • Hello,

    could you be a bit specific what code you mean and which classes you'd like to learn more about?

    There is not specific "donut" shape type, but it should be fairly simple to create a polygon that represents one.

    Matthias

Sign In or Register to comment.