-
Notifications
You must be signed in to change notification settings - Fork 3
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
separate CAD definition and meshing #48
Comments
Sounds great! Would it be possible to export that intermediate step? I.e. that we would have a two-level cache in the end? |
Yes, we would have to find a way to serialize the gmsh model itself |
The XAO format in 4.13.0 version should allow this https://gitlab.onelab.info/gmsh/gmsh/-/issues/2218 |
first attempt in #83 ; ideally we would have separate methods for model.cad() and model.mesh(), but currently both CAD and mesh are tied through the entity_list entities. We need to think of a way to separate them (which defeats the simple interface) or higher-level serialization beyond the .xao file. |
this would be useful if we wanted to generate multiple different meshes from the same resulting CAD, since sometimes the booleans take a while
The text was updated successfully, but these errors were encountered: