UnboundTypeError: Prs3d.GetDeflection_1 #138
-
Hello, When I try to use GetDeflection I get the error below. Do you have any idea how to solve this? UnboundTypeError: Cannot call Prs3d.GetDeflection_1 due to unbound types: 16NCollection_Vec3IdE |
Beta Was this translation helpful? Give feedback.
Answered by
donalffons
May 27, 2022
Replies: 1 comment 8 replies
-
I believe that should work in the latest version |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
qouv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe that should work in the latest version
2.0.0-beta.ae74abe
. Instead ofGraphic3d_Vec3d
(as in the function signature), you should be able to useSelect3D_Vec3
instead (they're a differently named typedef's to the same underlying type).