heitzmann / gdspy

Python module for creating GDSII stream files, usually CAD layouts.
Boost Software License 1.0
348 stars 126 forks source link

Add optional 'max_points' parameter to GdsLibrary.read_gds() #234

Closed steriana closed 1 year ago

steriana commented 1 year ago

Add optional 'max_points' parameter to GdsLibrary.read_gds() to allow control over how FlexPath() objects are created, specifically, to prevent them being split up into 199-point sub-paths.

heitzmann commented 1 year ago

I'm sorry, @steriana, but I'm not adding new features to gdspy, only bug fixes. Development is only done in gdstk.