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

Add remove() to Cell and Elements #28

Closed tom-varga closed 9 years ago

hohlraum commented 9 years ago

Modified to use underlying lists' remove method. This is faster than rebuilding the list, and automatically raises an error when attempting to remove an absent element. Also included reference removal from Cell.