-
Notifications
You must be signed in to change notification settings - Fork 57
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
generation from array #203
Comments
I was also looking for the same feature edge solution. Has anyone figured it out yet? |
In CGAL_5.6-beta1, there is that feature. See section 4.6.3 Domains from Segmented 3D Images, with 1D Features of the Mesh_3 chapter. Edit: sorry I thought that was an issue of https://github.com/CGAL/cgal. In |
thank you, good to know such function in CGAL. I don't see such a function in pygalmesh yet, I am not quite familiar with C++, so it might be challenging to implement for me. Hopefully someone could wrap it in a python version someday.. |
I was also looking for proper edges detection. |
Hi,
for the generation of microstructure models (representative volume elements) I'm using numpy arrays. The meshing with the generate_from_array function works fine. However, it would be great if there was an option to define feature edges which can be used to force the elemetnts on the edges of the array, to actually have a cube. otherwise the mesh looks like this:
Basically, what I need is a cubic shape for the surface of the array mesh as shown here:
Is this somehow possible?
Thanks!
The text was updated successfully, but these errors were encountered: