We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add Boolean (and, or, xor, not) operation on meshes to Dynamic modeler module.
VTK's built-in Boolean mesh operations randomly fail on simple, valid meshes, so they are not usable.
Roemer's vtkbool library (https://github.com/zippy84/vtkbool) is supposed to be more robust. When Slicer is upgraded to VTK9 and VTK9 remote module support is ready we should be able to more easily integrate it, so let's wait for that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should add Boolean (and, or, xor, not) operation on meshes to Dynamic modeler module.
VTK's built-in Boolean mesh operations randomly fail on simple, valid meshes, so they are not usable.
Roemer's vtkbool library (https://github.com/zippy84/vtkbool) is supposed to be more robust. When Slicer is upgraded to VTK9 and VTK9 remote module support is ready we should be able to more easily integrate it, so let's wait for that.
The text was updated successfully, but these errors were encountered: