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

Feature request: 3D Skin Surface Meshing #370

Open
hyunjinku opened this issue May 4, 2024 · 0 comments
Open

Feature request: 3D Skin Surface Meshing #370

hyunjinku opened this issue May 4, 2024 · 0 comments

Comments

@hyunjinku
Copy link

Dear authors/developers of pymeshlab,

If your time is available, I want to request a 3D mesh feature, skin surface meshing.
It is from CGAL library https://doc.cgal.org/latest/Skin_surface_3/index.html#Chapter_3D_Skin_Surface_Meshing.

For now, I mimic the behavior with alpha wrap (with minimum offset and alpha factors).

My usage example is:
When there're thousands of molecule meshes (sphere meshes),
I just want the meshes' surface meshes to reduce the data size and for computational efficiency.
So I used alpha wrap for the purpose.
But skin surface meshing would achieve the purpose with minimum changes from the original shape/volume (alpha wrap needs offset_fraction>0).

It would be greatly appreciated if skin surface meshing is integrated to pymeshlab!
Thanks!
Jin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant