Problem with volumetric mesh

Hi guys.
I’ve a series of ct-scans images of a central part of human tibia, this was obtained with a Stratec pQCT machine and exported in jpg format, named accordingly, for perform later import in Slicer software. Once the scans are imported, I follow these steps: 1) set the x, y, z parameter in the “volume module”, 2) I segment the image, 3) I use the “mesher volume” module for creating a volumetric mesh from segmented image for finite element analysis performed later in FEBio. The question is, first: why the volumetric mesh obtained is not volumetric? I say that because I can’t see a mesh between outer and inner perimeter; and the last one question is, why the module “mesher module” not render the ends flats as I hoply?. Thanks in advance for the details that I should consider for the creation of the mesh, nothing more for now, best regards to all.

@rcapozza,

Can you add some images that describe your workflow in a little more detail?
I have used the Segment Mesher module in the past for multi-compartment models then simulated in FEBio.

1 Like

I would recommend to provide more details so that @Fluvio_Lobo can help you more effectively, I just quickly reflect on a few specific questions you asked.

SegmentMesher module creates volumetric meshes. You need to cut into the mesh or threshold it so that you can see the volumetric mesh elements inside.

It is up to you how you want to visualize the plane cuts. You can choose crinkle cut (whole volumetric cells are kept) or straight cut (you cut into cells). You can adjust options in the Display section of SegmentMesher module or Display and Clipping planes sections of Models module.

Hello, according to what Fluvio_Lobo suggested, I am uploading a sequence of png files with the steps of importing cortical tibial bone sections and their subsequent export to volumetric mesh for finite element analysis.
Thanks in advance, Ricardo
Step1
Step2
Step3
Step4


@rcapozza,

Unless you have a reason for using Tetgen, I would recommend using Cleaver as the tool for generating a volumetric mesh in 3D Slicer. My thinking for this is that you will likely want to scale to multiple compartments (or tissues) and Cleaver was designed for this task.

If you are only meshing a single tissue (as in your pictures) and you really want to use Tetgen, you can always run Tetgen separately or even through FEBio. You can take an .STL of this segmentation as the input to Tetgen.

Regarding the features and artifacts in the segmentation, which later affect the mesh, you may have to do some image pre-processing, filtering, and segmentation smoothing.

Let me know if this helps, this is not an easy process at all. If you need more help, feel free to send me your data (if you can). I can take a look.

Thank you very much @Fluvio_Lobo for your advice for the generation of volumetric mesh, I will proceed with your recommendations, we remain in contact, kind regards, Ricardo.

1 Like