Sun Mar 3 17:15:57 2024 UTC (83d)
py-gdstk: minor documentary improvement to DESCR


(gutteridge)
diff -r1.1 -r1.2 pkgsrc/cad/py-gdstk/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/cad/py-gdstk/DESCR (expand / switch to unified diff)

--- pkgsrc/cad/py-gdstk/DESCR 2022/06/17 11:38:30 1.1
+++ pkgsrc/cad/py-gdstk/DESCR 2024/03/03 17:15:57 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1Gdstk (GDSII Tool Kit) is a C++ library for creation and manipulation of 1Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation
2GDSII and OASIS files. It is also available as a Python module meant to be 2of GDSII and OASIS files. It is also available as a Python module meant to be
3a successor to Gdspy. 3a successor to Gdspy.
4 4
5Key features for the creation of complex CAD layouts are included: 5Key features for the creation of complex CAD layouts are included:
6 6
7- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping 7- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
8 algorithm 8 algorithm
9- Polygon offset (inward and outward rescaling of polygons) 9- Polygon offset (inward and outward rescaling of polygons)
10- Efficient point-in-polygon solutions for large array sets 10- Efficient point-in-polygon solutions for large array sets
11 11
12Typical applications of Gdstk are in the fields of electronic chip design, 12Typical applications of Gdstk are in the fields of electronic chip design,
13planar lightwave circuit design, and mechanical engineering. 13planar lightwave circuit design, and mechanical engineering.