Skip to content
Discussion options

You must be logged in to vote

Hey @cdelor02
This error has the same explanation than your other post here. The TetrahedronFEMForceField is a SOFA component expecting to have a tetrahedric topology, e.g. your mesh file must include tetrahedra discretizing the space of your object. Here your topology may only include triangles but no tetra.

The way the simulation community usually does things is to generate a volumetric mesh (including here tetrahedra) using a mesh tool.

In SOFA, we have something very basic (which I discourage to use on the long-term) to generate a tetra topology from a triangle mesh: the MeshTetraStuffing (example available here)

Hope this helps

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hugtalbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants