02-01-2023, 12:24 PM
Hello again!
¿Is there any way to change these parameters via API?
Thanks
¿Is there any way to change these parameters via API?
Thanks
Change Preferred Tool Orientation via API |
02-01-2023, 01:32 PM
Take a look at this example:
https://robodk.com/doc/en/PythonAPI/exam...g-settings You can find all available parameters using: machining_settings = machining_project.setParam("Machining")
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
02-01-2023, 02:49 PM
(02-01-2023, 01:32 PM)Sam Wrote: Take a look at this example: Thank you for the response. Code: 'OrientXaxis2_X': 0.5820855000871991, 'OrientXaxis2_Y': -0.6790997501017323, 'OrientXaxis2_Z': 1.4472135954999579, 'OrientXaxis_X': 0.5820855000871991, 'OrientXaxis_Y': -0.6790997501017323, 'OrientXaxis_Z': 0.4472135954999579, How I can convert those units to degrees? Not radians
02-01-2023, 09:07 PM
Good question... the XYZ values describe a vector.
What you see in RoboDK are polar coordinates to represent these unit vectors. |
Users browsing this thread: |
1 Guest(s) |