Posts: 5
Threads: 2
Joined: Apr 2024
Reputation:
0
05-13-2024, 09:48 AM
(This post was last modified: 05-13-2024, 09:48 AM by keunjun.)
Thank you for the reply, Albert.
With your instruction, I have to get the point info one by one. Am I right? Is there a way to get the points stored in machining project at once?
Posts: 3,449
Threads: 2
Joined: Apr 2018
Reputation:
165
It is not possible to get the points of the robot machining project using the API. However, you can generate a program and use a CSV post processor to obtain the points.
Posts: 41
Threads: 13
Joined: Feb 2022
Reputation:
0
Hi Albert,
The documentation for item.GetPoints(feature_type=1, feature_id=0) says that the returned points are provided in [XYZijk] format in relative coordinates.
My question is: what coordinate system are these points relative to?
I would like to use the points as a way to identify items with different names that are located at the same point in 3D space.
Thank you.