Copy and paste item in C++可打印版本 +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Copy and paste item in C++ (/Thread-Copy-and-paste-item-in-C) |
Copy and paste item in C++-mFarzanehkaloorazi-11-27-2019 Hi, Are COPY and PASTE of ITEM objects methods available in C++? I couldn't find an equivalent of the following python commands in C++ item1=RL.Item('item1') item1.Copy() copiedItem = partReference.Paste() RE: Copy and paste item in C++-Albert-12-02-2019 This is now updated with the latest version of the RoboDK API for C++ https://github.com/RoboDK/RoboDK-API/tree/master/C%2B%2B |