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
mesh.boolean failed in my project. My code is:
mesh.boolean
import vedo surf = vedo.Mesh('Segment_1.obj').alpha(0.3).triangulate().clean().c('r').alpha(0.3) needle = [ [ 71.7868279300105, -79.29847659204141, 21.499966374538133 ], [ 72.20861068323809, -77.35013987619823, 20.556566158983834 ] ] tube = vedo.Tube(points=needle, r=3).triangulate().clean().c('g').alpha(0.3) # vedo.show(surf, tube) surf.boolean('minus', tube)
The used data is:
Segment_1.zip
Finally: Process finished with exit code -1073741819 (0xC0000005)
Process finished with exit code -1073741819 (0xC0000005)
My environment is:
python 3.10 vedo 2024.5.2 win10
How to correct my code? Any suggestion is apprecated~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mesh.boolean
failed in my project. My code is:The used data is:
Segment_1.zip
Finally:
Process finished with exit code -1073741819 (0xC0000005)
My environment is:
How to correct my code? Any suggestion is apprecated~~~
The text was updated successfully, but these errors were encountered: