We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367b263 commit 5b333b8Copy full SHA for 5b333b8
pypeec/lib_mesher/mesher_shape.py
@@ -92,7 +92,7 @@ def _get_shape_mesh(z_min, z_max, obj):
92
polygon = polygon.delaunay_2d(edge_source=polygon)
93
94
# extrude the polygon into a 3D mesh
95
- mesh = polygon.extrude((0, 0, z_max - z_min), capping=True)
+ mesh = polygon.extrude((0.0, 0.0, z_max - z_min), capping=True)
96
97
return mesh
98
0 commit comments