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

Add boolean operations to meshes #853

Open
sambaPython24 opened this issue Jan 21, 2025 · 1 comment
Open

Add boolean operations to meshes #853

sambaPython24 opened this issue Jan 21, 2025 · 1 comment
Labels
feature-request Feature requests / suggestions

Comments

@sambaPython24
Copy link

Hello,

it would be great to be able to use boolean operations between different (e.g. surface meshes) such as intersection, union and difference.

@shumash shumash added the feature-request Feature requests / suggestions label Feb 23, 2025
@shumash
Copy link
Collaborator

shumash commented Feb 23, 2025

Thanks for the idea. This feature requires developing a pretty major geometry processing toolkit, and is not currently on the roadmap. I will tag this as a feature request for the future.

What is your use case, requiring this? (booleans over surface meshes are also not well-defined in the case of non-manifold or non-closed geometry, a problem closely studied in 3D printing. E.g. here's one example of toolkit supporting implicit surface modeling with these operations supported, but not differentiable: https://www.gradientspace.com/tutorials/2018/2/20/implicit-surface-modeling)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature requests / suggestions
Projects
None yet
Development

No branches or pull requests

2 participants