[Question] Generate a 3D mesh from a boundary mesh? #121
Unanswered
loumalouomega
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Thanks for your interest in Cleaver! Cleaver is a lattice cleaving algorithm, and therefore operates on a background mesh with an indicator function on it (a distance map). It needs to start with a volume mesh, which can be an irregular tetrahedral mesh. There really isn't a way around converting your surface mesh to a distance map for Cleaver. However, converting to a distance map is fairly easy in another tool of ours, SCIRun. For meshing existing surface meshes, we often use Tetgen. It is implemented in SCIRun, among other tools (gmesh, FEbiostudio, 3D Slicer, etc). You can check out those tools for more info |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I have recently found your library. Very interesting and looks impressive. My problem is that I work in FEM for pure mechanics purposes and not in biomechanics, neither other medical applied mechanics with FEM. My question is:
Can I generate a 3D mesh from a boundary mesh? (pure triangles) In my particular case, I can guarantee it is watertight (so no like the typical STL file with discontinuous geometries).
I would like to avoid generating a NRRD file with the Signed Distance Field (which I assume it will work), but it would be too much work and many additional steps for what I would like to do.
Best regards,
Vicente Mataix Ferrándiz
Beta Was this translation helpful? Give feedback.
All reactions