03-18-2019, 05:24 PM
Hi Bernhard,
In the Getting started example, the grid is, and you are right on this point, generated by hand.
In the painting example, an automatic method was used.
Note that it implies the usage of our python API.
If you click on the blue folder in RoboDK, you will find our local library. You can look for the "Example API - Point-Manipulation" example. The two macros there are not exactly addressing your situation, but they should give you a good head start.
Same if you open the "Macros" folder in the local library. You will find a ton of Python macro example.
You can also take a look at our API online documentation by following this link :
//www.sinclairbody.com/doc/en/PythonAPI/intro.html
Have a good day.
Jeremy
In the Getting started example, the grid is, and you are right on this point, generated by hand.
In the painting example, an automatic method was used.
Note that it implies the usage of our python API.
If you click on the blue folder in RoboDK, you will find our local library. You can look for the "Example API - Point-Manipulation" example. The two macros there are not exactly addressing your situation, but they should give you a good head start.
Same if you open the "Macros" folder in the local library. You will find a ton of Python macro example.
You can also take a look at our API online documentation by following this link :
//www.sinclairbody.com/doc/en/PythonAPI/intro.html
Have a good day.
Jeremy