Std Copy: Difference between revisions

From FreeCAD Documentation
No edit summary
(Revised.)
Line 2: Line 2:
<translate>
<translate>


<!--T:7-->
{{Docnav
{{Docnav
|[[Std_Cut|Std Cut]]
|[[Std_Cut|Std Cut]]
Line 12: Line 11:
}}
}}


<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Std Copy
|Name=Std Copy
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Copy
|MenuLocation=Edit → Copy
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|C}}
|Shortcut={{KEY|Ctrl}}+{{KEY|C}}
|SeeAlso=[[Std_Paste|Std Paste]], [[Std_DuplicateSelection|Std DuplicateSelection]]
|SeeAlso=[[Std_Cut|Std Cut]], [[Std_Paste|Std Paste]], [[Std_DuplicateSelection|Std DuplicateSelection]]
}}
}}


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


The '''Std Copy''' command copies objects to the Clipboard.
<!--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.


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


# Select one or more objects.
<!--T:3-->
# There are several ways to invoke the command:
# Select the Object(s) to be copied.
#* Press the {{Button|[[Image:Std_Copy.svg|16px]] [[Std_Copy|Std Copy]]}} button.
# Invoke the Copy command several ways:
#* Press the {{KEY|[[File:Std Copy.png|16px]] Copy}} button in the toolbar
#* Select the {{MenuCommand|Edit → [[Image:Std_Copy.svg|16px]] Copy}} option from the menu.
#* Using the {{KEY|Ctrl}} + {{KEY|C}} keyboard shortcut
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|C}}.
# If the objects have dependencies that have not been selected, a dialog box will prompt you to specify if they should be included.
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Copy}} entry from the top menu


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


* It is not possible to copy-paste objects between FreeCAD and other applications.
<!--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.


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

<!--T:5-->
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.

<!--T:8-->
{{Docnav
{{Docnav
|[[Std_Cut|Std Cut]]
|[[Std_Cut|Std Cut]]
Line 56: Line 46:


</translate>
</translate>
{{Std Base{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 19:35, 16 March 2020

Std Copy

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

Description

The Std Copy command copies objects to the Clipboard.

Usage

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Press the Std Copy button.
    • Select the Edit → Copy option from the menu.
    • Use the keyboard shortcut: Ctrl+C.
  3. If the objects have dependencies that have not been selected, a dialog box will prompt you to specify if they should be included.

Notes

  • It is not possible to copy-paste objects between FreeCAD and other applications.