heitzmann / gdstk

Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation of GDSII and OASIS files.
https://heitzmann.github.io/gdstk/
Boost Software License 1.0
324 stars 78 forks source link

Instantiation of cells #219

Closed Rishabhgoyal07 closed 7 months ago

Rishabhgoyal07 commented 7 months ago

@heitzmann, I have extracted a cell from a library, how can multiple instances be created of that cell, so that whenever we need that cell, we can just place the instance of it.

heitzmann commented 7 months ago

Please, read the documentation: https://heitzmann.github.io/gdstk/ The Getting Started section mentions it in the 3rd sub section.