Skip to content

Commit

Permalink
Merge pull request #362 from simbilod/fix_mesh_holes
Browse files Browse the repository at this point in the history
fix polygon hole not meshing
  • Loading branch information
joamatab authored Mar 21, 2024
2 parents 21da3ee + 8a1903d commit 6075f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplugins/gmsh/parse_gds.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def fuse_polygons(
]

return shapely.ops.unary_union(shapely_polygons).simplify(
simplify_tol, preserve_topology=True
simplify_tol, preserve_topology=False
)


Expand Down

0 comments on commit 6075f11

Please sign in to comment.