Std Copy: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 22: Line 22:
}}
}}


==Description==
==Description== <!--T:10-->


<!--T:2-->
<!--T:2-->
The [[Image:Std_Copy.svg|24px]] [[Std Copy|Copy]] command places the currently selected objects into the "clipboard" for later use by the [[Image:Std Paste.svg|24px]] [[Std_Paste|Paste]] command. Objects may be copied between Documents.
The [[Image:Std_Copy.svg|24px]] [[Std Copy|Copy]] command places the currently selected objects into the "clipboard" for later use by the [[Image:Std Paste.svg|24px]] [[Std_Paste|Paste]] command. Objects may be copied between Documents.


==Usage==
==Usage== <!--T:11-->


<!--T:3-->
<!--T:3-->
Line 36: Line 36:
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Copy}} entry from the top menu
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Copy}} entry from the top menu


==Limitations==
==Limitations== <!--T:12-->


<!--T:4-->
<!--T:4-->
* In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.
* In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.


==More==
==More== <!--T:13-->


<!--T:5-->
<!--T:5-->

Revision as of 20:41, 13 March 2020

Std Copy

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

Description

The Copy command places the currently selected objects into the "clipboard" for later use by the Paste command. Objects may be copied between Documents.

Usage

  1. Select the Object(s) to be copied.
  2. Invoke the Copy command several ways:
    • Press the Copy button in the toolbar
    • Using the Ctrl + C keyboard shortcut
    • Using the Edit → Copy entry from the top menu

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