Std Copy/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "Std: Copy")
 
(Created page with "==Descriere== Comanda Copy este implicată în replicarea obiectelor Document. It places the currently selected objects into the "clipboard" for later...")
Line 3: Line 3:
{{GuiCommand|Name=Std Copy|MenuLocation=[[Std_Edit_Menu|Edit]] → Copy|Shortcut=Ctrl+C|Workbenches=All|SeeAlso=[[Std_Paste|Paste]], [[Std_DuplicateSelection|Duplicate Selection]]}}
{{GuiCommand|Name=Std Copy|MenuLocation=[[Std_Edit_Menu|Edit]] → Copy|Shortcut=Ctrl+C|Workbenches=All|SeeAlso=[[Std_Paste|Paste]], [[Std_DuplicateSelection|Duplicate Selection]]}}


==Description==
==Descriere==
The Copy command is involved in replicating [[Document_structure|Document]] objects. It places the currently selected objects into the "clipboard" for later use by the [[Std_Paste|Paste]] command. Objects may be copied between Documents.
Comanda Copy este implicată în replicarea obiectelor [[Document_structure|Document]]. It places the currently selected objects into the "clipboard" for later use by the [[Std_Paste|Paste]] command. Obiectele pot fi copiate între Documente.


==How to use==
==How to use==

Revision as of 16:14, 22 October 2018

Std Copy

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

Descriere

Comanda Copy este implicată în replicarea obiectelor Document. It places the currently selected objects into the "clipboard" for later use by the Paste command. Obiectele pot fi copiate între Documente.

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