MicroStructPy icon indicating copy to clipboard operation
MicroStructPy copied to clipboard

Support for COMSOL (.STL) compatible mesh output file

Open maxnyf opened this issue 1 year ago • 3 comments

I'm wondering if anyone has ideas for how to create a mesh file that is compatible with COMSOL, which accepts .ply, .stl and some others. COMSOL only accepts triangular mesh's for .ply, so the polymesh output to .ply does not work. Trying to convert .vtk from the tri-mesh to .ply or .stl with meshio does not work either.

Ideally I want a polymesh converted to an STL file, not sure if this has been attempted.

maxnyf avatar Jun 25 '24 16:06 maxnyf