We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prepare for future workflows we need a Brep file of the Cad geomentry.
This can be produced using the PPP https://github.com/ukaea/parallel-preprocessor
The future workflows this could be useful for include production of an in-printed and merged h5m file ready for using in DAGMC
The work flow would be
export stp files -> convert to brep using PPP -> mesh with gmsh to make .msh file -> use gmsh2dagmc.py to make the h5m file
I shall get to work on producing the brep
The text was updated successfully, but these errors were encountered:
A solution was suggested on the CQ issues. I only just noticed it so I shall have a go soon. CadQuery/cadquery#449
Sorry, something went wrong.
Individual solids can be exported using cadquery via:
component.solid.val().exportBrep()
shimwell
No branches or pull requests
To prepare for future workflows we need a Brep file of the Cad geomentry.
This can be produced using the PPP https://github.com/ukaea/parallel-preprocessor
The future workflows this could be useful for include production of an in-printed and merged h5m file ready for using in DAGMC
The work flow would be
export stp files -> convert to brep using PPP -> mesh with gmsh to make .msh file -> use gmsh2dagmc.py to make the h5m file
I shall get to work on producing the brep
The text was updated successfully, but these errors were encountered: