Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export triangle meshes in STL format #262

Open
kennyweiss opened this issue Jun 17, 2020 · 4 comments
Open

Export triangle meshes in STL format #262

kennyweiss opened this issue Jun 17, 2020 · 4 comments
Assignees
Labels
Mint Issues related to Axom's 'mint' component Quest Issues related to Axom's 'quest' component Reviewed

Comments

@kennyweiss
Copy link
Member

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 kennyweiss added Quest Issues related to Axom's 'quest' component Mint Issues related to Axom's 'mint' component labels Jun 17, 2020
@kennyweiss kennyweiss self-assigned this Jun 17, 2020
@gzagaris
Copy link
Member

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

@kennyweiss
Copy link
Member Author

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.

@gzagaris
Copy link
Member

Agreed.

@kennyweiss
Copy link
Member Author

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

@kennyweiss kennyweiss modified the milestones: FY22 Development, FY23 Development Jan 17, 2023
@kennyweiss kennyweiss modified the milestones: FY23 Development, FY24 Development Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mint Issues related to Axom's 'mint' component Quest Issues related to Axom's 'quest' component Reviewed
Projects
None yet
Development

No branches or pull requests

3 participants