Skip to content

Commit f1ebb1d

Browse files
committed
[bug] remove unneeded off file
1 parent 2e88978 commit f1ebb1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iso2mesh/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ def surf2mesh(
506506
maxvol = None
507507

508508
# Dump surface mesh to .poly file format
509-
if not isinstance(el, list) and no.size and el.size:
510-
saveoff(no[:, :3], el[:, :3], "post_vmesh.off")
511509
deletemeshfile(mwpath("post_vmesh.mtr"))
512510
savesurfpoly(
513511
no, el, holes, regions, p0, p1, mwpath("post_vmesh.poly"), forcebox=dobbx

0 commit comments

Comments
 (0)