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

CAD model in BREP format needed #631

Open
shimwell opened this issue Dec 11, 2020 · 2 comments
Open

CAD model in BREP format needed #631

shimwell opened this issue Dec 11, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shimwell
Copy link
Collaborator

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

@shimwell shimwell self-assigned this Dec 11, 2020
@shimwell
Copy link
Collaborator Author

A solution was suggested on the CQ issues. I only just noticed it so I shall have a go soon.
CadQuery/cadquery#449

@billingsley-john
Copy link

Individual solids can be exported using cadquery via:

component.solid.val().exportBrep()

@RemDelaporteMathurin RemDelaporteMathurin added the enhancement New feature or request label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants