how to use python open3d trianglemesh obj as cpp open3d::geometry::TriangleMesh? #5758
Unanswered
Horizon-42
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pass python object to so lib api got error:
`incompatible function arguments. The following argument types are supported:
1. (self: ObjMath.ModelCalculator, arg0: open3d::geometry::TriangleMesh, arg1: int, arg2: int) -> bool
Invoked with: <ObjMath.ModelCalculator object at 0x7fe850510bf0>, TriangleMesh with 36446 points and 72552 triangles., 4684, 6115`
I googled it, but got no answer.
Beta Was this translation helpful? Give feedback.
All reactions