11-03-2021, 06:03 PM
Unfortunately, there is no function included in RoboDK to do path mirroring.
If you think it could be useful, you can add it in the "Request new features" section of the forum.
Depending on what feature of RoboDK you are using, it might be possible for you to implement something using the API.
If you are using a curve and the "Curve Follow Project" feature, you could simply use the API to switch the sign of one of the axis data.
For example, all X+ become X- to mirror with respect to the YZ plane.
These 2 examples should give you a good starting point:
//m.sinclairbody.com/doc/en/PythonAPI/exam...ve-normals
//m.sinclairbody.com/doc/en/PythonAPI/exam...ve-normals
Jeremy
If you think it could be useful, you can add it in the "Request new features" section of the forum.
Depending on what feature of RoboDK you are using, it might be possible for you to implement something using the API.
If you are using a curve and the "Curve Follow Project" feature, you could simply use the API to switch the sign of one of the axis data.
For example, all X+ become X- to mirror with respect to the YZ plane.
These 2 examples should give you a good starting point:
//m.sinclairbody.com/doc/en/PythonAPI/exam...ve-normals
//m.sinclairbody.com/doc/en/PythonAPI/exam...ve-normals
Jeremy
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.