Std Paste: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (Changed the section to 'Usage')
Line 24: Line 24:
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.


==How to use== <!--T:3-->
==Usage== <!--T:3-->
# Make the target Document active by clicking on it in the Project tab or Document window.
# Make the target Document active by clicking on it in the Project tab or Document window.
# Invoke the Paste command using several methods:
# Invoke the Paste command using several methods:

Revision as of 03:20, 19 February 2020

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.

Usage

  1. Make the target Document active by clicking on it in the Project tab or Document window.
  2. Invoke the Paste command using several methods:
    • Press the Paste button in the toolbar
    • Using the Ctrl + V keyboard shortcut
    • Use the Edit → Paste entry from the top menu

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