Summarize the bug (e.g., "Segmentation Fault for Colored Point Cloud Registration")
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch).
### Describe the issue
When i run the Open3D\examples\Python\Basic\mesh.ipynb There occur an error. AttributeError: type object 'open3d.cpu.pybind.geometry.TriangleMesh' has no attribute 'create_moebius'.
### Steps to reproduce the bug
```python
check_properties('Moebius', o3d.geometry.TriangleMesh.create_moebius(twists=1))
I do not find the function create_moebius in TriangleMesh.
```
### Error message
AttributeError Traceback (most recent call last)
in
1 check_properties('Knot', o3dtut.get_knot_mesh())
----> 2 check_properties('Moebius', o3d.geometry.TriangleMesh.create_moebius(twists=1))
3 check_properties("non-manifold edge", o3dtut.get_non_manifold_edge_mesh())
4 check_properties("non-manifold vertex", o3dtut.get_non_manifold_vertex_mesh())
5 check_properties("open box", o3dtut.get_open_box_mesh())
AttributeError: type object 'open3d.cpu.pybind.geometry.TriangleMesh' has no attribute 'create_moebius'
### Expected behavior
_No response_
### Open3D, Python and System information
```markdown
- Operating system: Windows 10 64-bit
- Python version: Python 3.8 / output from `import sys; print(sys.version)`
- Open3D version: output from python: `print(open3d.__version__)`
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: conda
- Compiler version (if built from source): not built from source.
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.