Hey!
I am not that familiar with Python yet.
Nevertheless, I added an item with points to an object by
points = obj.AddPoints(PointsDataList,False,...)
which is also shown in the RoboDK window/tree.
The Question is: in which way are the generated points accessible from Python? (e.g. extract the points if the rdk file is reloded)
Thanks.
I am not that familiar with Python yet.
Nevertheless, I added an item with points to an object by
points = obj.AddPoints(PointsDataList,False,...)
which is also shown in the RoboDK window/tree.
The Question is: in which way are the generated points accessible from Python? (e.g. extract the points if the rdk file is reloded)
Thanks.