Named argument "width" not accepted by create_box
in tensor API
#7135
Labels
bug
Not a build issue, this is likely a bug.
create_box
in tensor API
#7135
Checklist
main
branch).Describe the issue
The equivalent of the
o3d.geometry.TriangleMesh.create_box()
method in the tensor API iso3d.geometry.TriangleMesh.create_box()
. Contrary to the legacy API, the tensor API does not accept the named argument "width".This is due to a MISSING COMMA between the end of the method documentation and the first argument:
Open3D/cpp/pybind/t/geometry/trianglemesh.cpp
Lines 346 to 354 in 1e7b174
(Notice also that spaces should be present on each line of the documentation before the closing quotation marks.)
Steps to reproduce the bug
Error message
Expected behavior
The
o3d.t.geometry.TriangleMesh.create_box
should accept the width named argument.Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: