Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Whats the difference between these three? It all seems the same to me...what am I missing here?
-Mike
Solved! Go to Solution.
Whats the difference between these three? It all seems the same to me...what am I missing here?
-Mike
Solved! Go to Solution.
Derived let you take an existing operation and create a different type of operation from it. An example would be creating a 3D Parallel from a 3D contour. It will copy some (but not all) of the internal settings like the tool, Boundary, and Heights to name a few.
Duplicate will create an exact copy of the original operation. This makes it easy to change just one or two options without having to create a new operation from scratch.
Copy and Paste is basically the same thing as Duplicate except you can copy an operation from one setup and past it in another.
@jeff.walters wrote:
Duplicate will create an exact copy of the original operation. This makes it easy to change just one or two options without having to create a new operation from scratch.
Copy and Paste is basically the same thing as Duplicate except you can copy an operation from one setup and past it in another.
There is also another difference here. Duplicate will create a copy directly below the operation you are duplicating. Copy then Paste will place a copy at the end of all the operations in the active job. Handy to know if you want to reduce the number of drag-and-drop moves to re-order operations from the bottom of the browser, back to just after the operation your copied it from.
Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
RevOps Strategy Manager at Toolpath. New Zealand based.
Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project
@scottmoyse Great tip, thanks!