Std Copy: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
Line 1: Line 1:
<translate>
<translate>

<!--T:1-->
<!--T:1-->
{{GuiCommand|Name=Std_Copy|Name=Std_Copy|MenuLocation=Edit → Copy|Shortcut=Ctrl+C|Workbenches=All|SeeAlso=[[Std_Paste|Paste]], [[Std_DuplicateSelection|Duplicate Selection]]}}
{{GuiCommand|Name=Std_Copy|MenuLocation=Edit → Copy|Shortcut=Ctrl+C|Workbenches=All|SeeAlso=[[Std_Paste|Paste]], [[Std_DuplicateSelection|Duplicate Selection]]}}


==Description== <!--T:2-->
==Description== <!--T:2-->
Line 15: Line 16:
==More== <!--T:5-->
==More== <!--T:5-->
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.

</translate>
</translate>
<languages/>
<languages/>

Revision as of 07:50, 25 June 2016

Std_Copy

Menu location
Edit → Copy
Workbenches
All
Default shortcut
Ctrl+C
Introduced in version
-
See also
Paste, Duplicate Selection

Description

The Copy command is involved in replicating Document objects. It places the currently selected objects into the "clipboard" for later use by the Paste command. Objects may be copied between Documents.

How to use

  1. Select the Object(s) to be replicated.
  2. Press the Copy icon, ctrl + C keys or use menu choices Edit → Copy.

Limitations

  • In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.

More