Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Knowing the Point of Collision

#1
I would like to know if it is possible to fetch the point of collision between Active Tool and Worpiece in RoboDK through Py-API or otherwise?

Thank you!


Attached Files Thumbnail(s)
   
#2
Unfortunately this is not possible at this moment.
#3
Okay! Thanks for the response Albert.
#4
If it can help someone else, the only collision call currently available that provides coordinates is Collision_Line.

More information here:
https://robodk.com/doc/en/PythonAPI/robo...ision_Line
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
#5
Is there a way to get a list of the collided items via the program.Update() method similar to what is seen in the collision map?

   

(08-02-2024, 10:56 PM)SamuelEStreamline Wrote: Is there a way to get a list of the collided items via the program.Update() method similar to what is seen in the collision map?

I'm sorry, I should have looked at the API documentation before posting this. 

RDK.Collisions() and RDK.CollisionItems() is working as desired
#6
Great, thanks for letting us know.
  




Users browsing this thread:
1 Guest(s)