I am trying to convert stack of ct scan images (fibres/composites) into volume mesh (STEP, IGES format) for mechanical analysis (I'm using Abaqus). I tried using ImageJ, Avizo, 3D Slicer, and python scikit-image but it usually convert into surface meshing (STL) and not 3D volume. Converting from surface mesh into 3D volume is quite challenging and such a pain in the A (lots of errors when export to Abaqus later on and need to clean up manually).
I searched for a while on the net and Research Gate but usually they have problem to convert images to surface format and not volume. I need to convert them into 3D volume since Abaqus can't read STL format. How can I convert directly from image (tiff/jpeg) into 3D mesh?
We also can't afford to buy other commercial softwares like Mimics, Ansys, Rhino... etc.
Thanks.