Version30(SP2024) get user points bug #178
Unanswered
Euclid-Bjoern
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.
-
I recently downloaded the new cadwork version 30(SP2024), I just realized that my API doesn't work as usual anymore.
Specifically the command utility_controller.get_user_points_with_count().
If the count is 1 I can't select any point.
I prefer this command over utility_controller.get_user_point() because I can verify if a point was selected or not!
Using points_with_count(1) returns an empty list if the user does right click or ESC, while get_user_point() returns the point (0,0,0).
You can try simple code like this:
Points will let you select 2 points but point will always exit without selecting a point
In previous versions I had no issue with this command
Anyone know what's going on here, am I doing something wrong?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions