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

Union operation failed due to "Bad shape cells detected", but all cells are triangle-cells. #77

Open
zhan1589 opened this issue Feb 9, 2024 · 1 comment
Labels

Comments

@zhan1589
Copy link

zhan1589 commented Feb 9, 2024

Hi,
Thank you for your work and your help.
I'm running into another issue while trying to combine two polydata with union operation. It failed with the error message "Bad shaped cells detected". The two polydata has been passed through vtkTriangleFilter and vtkCleanPolyData before boolean operation, and I have checked that all cells have exact three points. The normals are looking fine to me. I have attached the two polydata meshes in .vtk files.
Could you please share some wisdom on this issue?
Thanks!
meshes.zip

@zippy84
Copy link
Owner

zippy84 commented Feb 20, 2024

It's the same problem that #43 has.

Btw. you don't need to triangulate it. The library works with polygonal meshes.

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

No branches or pull requests

2 participants