Open3D
Open3D copied to clipboard
module 'open3d.cuda.pybind.geometry' has no attribute 'crop_triangle_mesh'
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
My Question
When I want to crop mesh by open3d, I find the function "open3d.geometry.crop_triangle_mesh" in the document. But when I use this fucntion, output show "module 'open3d.cuda.pybind.geometry' has no attribute 'crop_triangle_mesh'".