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

Machining Project Parameters via API

#1
Is there a way to retrieve a machining project's Tool offset values via the Python API? I can retrieve the Path to Tool offset values using project.Pose() but I don't know how to access the Tool offset values.

   
#2
You should be able to use the functions PoseTool and setPoseTool on a robot machining project to retrieve and set the pose of the tool offset respectively.

You can find more information and examples on how get or set robot machining settings from your project here:
https://robodk.com/doc/en/PythonAPI/exam...g-settings
  




Users browsing this thread:
1 Guest(s)