Knowing the Point of Collision可打印版本 +- RoboDK Forum (https://robodk。com/forum) +-- Forum: RoboDK (EN) (https://robodk。com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (https://robodk。com/forum/Forum-RoboDK-API) +--- Thread: Knowing the Point of Collision (/Thread-Knowing-the-Point-of-Collision) |
Knowing the Point of Collision-Pradnil Kamble-01-24-2023 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! RE: Knowing the Point of Collision-Albert-01-24-2023 Unfortunately this is not possible at this moment. RE: Knowing the Point of Collision-Pradnil Kamble-01-25-2023 Okay! Thanks for the response Albert. RE: Knowing the Point of Collision-Sam-01-25-2023 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/robodk.html#robodk.robolink.Robolink.Collision_Line |