axom icon indicating copy to clipboard operation
axom copied to clipboard

Export triangle meshes in STL format

Open kennyweiss opened this issue 4 years ago • 4 comments

Several queries in axom are based on STL triangle meshes (e.g. the In/Out and Signed distance query).

We also have a mesh_tester application that validates geometric and topological properties of an input STL mesh and performs some simple mesh repair.

However, we currently only have the ability to export triangle meshes in VTK format.

We should add the ability to write out STL meshes in ascii or binary format.

kennyweiss avatar Jun 17 '20 22:06 kennyweiss

The VTK mesh can be read into VisIt which then can dump the mesh in STL (binary and ASCII).

gzagaris avatar Jun 17 '20 22:06 gzagaris

Thanks @gzagaris -- I'm aware of that, but in terms of workflow, I think it would be more convenient if the mesh_tester app could automatically output the welded/repaired mesh as an STL mesh.

It should be fairly easy to do this.

kennyweiss avatar Jun 17 '20 22:06 kennyweiss

Agreed.

gzagaris avatar Jun 17 '20 22:06 gzagaris

We might also want to output/input triangle meshes in the blueprint format for In/Out, distance and shaping queries

kennyweiss avatar Jan 17 '23 18:01 kennyweiss