06-21-2022, 12:01 PM
When opening the Options for an object in RoboDK, you can change the "position with respect to" and set it to the Station to get the absolute position.
With the Python API, take a look at Item.PoseWrt, i.e. target.PoseWrt(RDK.ActiveStation())
You might need to take the latest version from our GitHub:https://github.com/RoboDK/RoboDK-API/blo...k.py#L4310
With the Python API, take a look at Item.PoseWrt, i.e. target.PoseWrt(RDK.ActiveStation())
You might need to take the latest version from our GitHub:https://github.com/RoboDK/RoboDK-API/blo...k.py#L4310
Please read theForum Guidelinesbefore posting!
Find useful information about RoboDK by visiting ourOnline Documentation.
Find useful information about RoboDK by visiting ourOnline Documentation.