Skip to content

Commit 735f98a

Browse files
authored
Update brep_tetrahedralizing.ipynb
1 parent 203925b commit 735f98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brep_tetrahedralizing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"source": [
7474
"# Load a model and remesh it\n",
7575
"brep = opengeode.load_brep(\"brep.og_brep\")\n",
76-
"solid.tetrahedralize(brep) # the given brep will be filled with tetradra\n",
76+
"solid.tetrahedralize(brep) # the given brep will be filled with tetrahedra\n",
7777
"opengeode.save_brep(brep, \"meshed_brep.og_brep\")"
7878
]
7979
}
8080
]
81-
}
81+
}

0 commit comments

Comments
 (0)