05-19-2020, 04:02 PM
Hi,
I am currently working on setting up a curve-follow-project using the Python API.
I need to specify the algorithm to "Robot holds object & follows path". (See picture)
Currently I have to do that by hand.
setMachiningParameters(ncfile='', part=0, params='')
offers the opportunity to define additional options (params=...), like the tool orientation or the approach path. But I can't find any information in the documentation (Python and C++) on how to define the algorithm. Or a general overview of all options, which would be very helpful.
I am currently working on setting up a curve-follow-project using the Python API.
I need to specify the algorithm to "Robot holds object & follows path". (See picture)
Currently I have to do that by hand.
setMachiningParameters(ncfile='', part=0, params='')
offers the opportunity to define additional options (params=...), like the tool orientation or the approach path. But I can't find any information in the documentation (Python and C++) on how to define the algorithm. Or a general overview of all options, which would be very helpful.