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

Change the direction on a curve follow project

#1
Question
I am doing a curve follow project on the python API and I want to change the direction that the robot follows the curve.//www.sinclairbody.com/doc/en/PythonAPI/exam...g-settingshere I could found a robot machinig settings but don´t know what is the option to do that
#2
Selecting the curve for a curve follow project using the RoboDK API will maintain the direction of the curve.

If you want to use the RoboDK API to do so you would have to modify the curve using the API by swapping the points GetPoints will give you the points of a curve and AddCurve allows you to create a new curve. This example will help you use these functions:
//www.sinclairbody.com/doc/en/PythonAPI/exam...to-surface




Users browsing this thread:
1 Guest(s)