Std Paste: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
{{GuiCommand|Name=Std_Paste|Name=Std_Paste|MenuLocation=Edit → Paste|Shortcut=Ctrl+V|Workbenches=All|SeeAlso=[[Std_Copy|Copy]], [[Std_Duplicate_Selection|Duplicate Selection]]}}
<translate>
<translate>
{{GuiCommand|Name=Std_Paste|Name=Std_Paste|MenuLocation=Edit → Paste|Shortcut=Ctrl+V|Workbenches=All|SeeAlso=[[Std_Copy|Copy]], [[Std_Duplicate_Selection|Duplicate Selection]]}}

==Description==
==Description==
The Paste command is involved in replicating [[Document_structure|Document]] objects. It places the current "clipboard" contents into the current document. Objects may be copy/pasted between Documents.
The Paste command is involved in replicating [[Document_structure|Document]] objects. It places the current "clipboard" contents into the current document. Objects may be copy/pasted between Documents.
Line 12: Line 13:


==More==
==More==
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects. </translate>
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.
</translate>


{{clear}}
{{clear}}
<languages/>
{{languages | {{fr|Std_Paste/fr}} {{it|Std_Paste/it}} {{jp|Std_Paste/jp}} }}

Revision as of 21:27, 1 December 2013

Std_Paste

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

Description

The Paste command is involved in replicating Document objects. It places the current "clipboard" contents into the current document. Objects may be copy/pasted between Documents.

How to use

  1. Make the target Document active by clicking on it in the Project tab or Document window.
  2. Press the Paste icon, ctrl + V keys or use menu choices Edit → Paste.

Limitations

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

More