hohlraum / gdsCAD

A simple but powerful Python package for creating photolithography masks in the GDSII format.
GNU General Public License v3.0
88 stars 52 forks source link

Johny leo patch 1 #68

Open Johny-Leo opened 2 years ago

Johny-Leo commented 2 years ago

I am not so familiar with python package production yet, so these are just .py files that you can call on when put in the working directory.

o Boolean operation function package gdaCAD_boolean package is an external package for Boolean operation on gdsCAD.core.Boundary objects. It returns only one function “boolean()”.

o Text polygon functions package gdaCAD_text package is an external package for turning texts (utf-8) into polygon objects in forms of gdaCAD.core.Boundary. It returns two functions “text_hrzt()” and “text_vtcl()”.