BoundaryCutFilter
- class ipkiss3.all.BoundaryCutFilter
Filter that cuts a closed shape into areas with a minimum number of vertices.
This filter is used during GDSII export to ensure compatibility with GDSII in which the maximum number of vertices is 4000 (according to the GDSII standard).
- Parameters:
- max_vertex_count: int, optional
Maximum number of vertices in a boundary
- name: ( str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters ), optional, *None allowed*