diff options
author | Benjamin Ummenhofer <benjamin.ummenhofer@intel.com> | 2023-03-04 07:04:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 07:04:57 +0100 |
commit | 2264cdcc7086b57267666232040a0dcd93dc51f1 (patch) | |
tree | 2a49b959be18fac852f5f1f8dcaeaf60e1598ce5 | |
parent | 943d8a777bff7f1fea6c180dff50c110cdf4ca08 (diff) | |
download | Open3D-2264cdcc7086b57267666232040a0dcd93dc51f1.tar.gz Open3D-2264cdcc7086b57267666232040a0dcd93dc51f1.tar.bz2 Open3D-2264cdcc7086b57267666232040a0dcd93dc51f1.zip |
small doc fix and unhide nns module (#5969)
-rw-r--r-- | cpp/pybind/t/geometry/trianglemesh.cpp | 1 | ||||
-rw-r--r-- | docs/documented_modules.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/pybind/t/geometry/trianglemesh.cpp b/cpp/pybind/t/geometry/trianglemesh.cpp index 2954495f..5979238e 100644 --- a/cpp/pybind/t/geometry/trianglemesh.cpp +++ b/cpp/pybind/t/geometry/trianglemesh.cpp @@ -897,7 +897,6 @@ Example: R"(Returns a new mesh with the faces selected by a boolean mask. Args: - mask () mask (open3d.core.Tensor): A boolean mask with the shape (N) with N as the number of faces in the mesh. diff --git a/docs/documented_modules.txt b/docs/documented_modules.txt index 4793e3b5..62748dfc 100644 --- a/docs/documented_modules.txt +++ b/docs/documented_modules.txt @@ -1,6 +1,7 @@ # Parsed by make_docs.py open3d.camera open3d.core +open3d.core.nns open3d.data open3d.geometry open3d.io |