Std Paste: Difference between revisions

From FreeCAD Documentation
(Revised.)
(Undo revision 1198468 by Roy 043 (talk)PR7620)
Tag: Undo
 
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:7-->
{{Docnav
{{Docnav
|[[Std_Copy|Std Copy]]
|[[Std_Copy|Copy]]
|[[Std_DuplicateSelection|Std DuplicateSelection]]
|[[Std_DuplicateSelection|DuplicateSelection]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Copy.svg
|IconL=Std_Copy.svg
|IconR=
|IconR=Std_DuplicateSelection.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Std Paste
|Name=Std Paste
Line 22: Line 21:
}}
}}


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


<!--T:10-->
The '''Std Paste''' command pastes objects from the Clipboard into the active document.
The '''Std Paste''' command pastes objects from the Clipboard into the active document.


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


<!--T:11-->
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Paste.svg|16px]] [[Std_Paste|Std Paste]]}} button.
#* Press the {{Button|[[Image:Std_Paste.svg|16px]] [[Std_Paste|Std Paste]]}} button.
#* Select the {{MenuCommand|Edit → [[Image:Std_Paste.svg|16px]] Paste}} option from the menu.
#* Select the {{MenuCommand|Edit → [[Image:Std_Paste.svg|16px]] Paste}} option from the menu.
#* Select the {{MenuCommand|[[Image:Std_Paste.svg|16px]] Paste}} option from the [[Tree_view|Tree view]] context menu. Note that this option is only available when an existing object has been selected.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|V}}.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|V}}.


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


<!--T:13-->
* When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut {{KEY|Ctrl}}+{{KEY|V}}, in almost all cases, does not call the '''Std Paste''' command but uses the Paste function from the OS instead.
* FreeCAD will automatically change the internal names and, depending on the preferences, labels of objects to avoid name conflicts.
* FreeCAD will automatically change the internal names and, depending on the preferences, labels of objects to avoid name conflicts.
* A spreadsheet cell alias that already exists in the spreadsheet will not be pasted.
* A spreadsheet cell alias that already exists in the spreadsheet will not be pasted.
* When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut {{KEY|Ctrl}}+{{KEY|V}}, in almost all cases, does not call the '''Std Paste''' command but uses the Paste function from the OS instead.
* If you are using a copy-paste operation to duplicate objects within the same document, the results will not be immediately apparent in the [[3D_view|3D view]] as the new objects have the same shape and position as their originals.
* It is not possible to copy-paste native objects between FreeCAD and other applications.
* It is not possible to copy-paste native objects between FreeCAD and other applications.


==Preferences==
==Preferences== <!--T:14-->


<!--T:15-->
* Duplicate labels are allowed if {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Document → DuplicateLabels}} is set to {{TRUE}}. This setting can also be changed in the [[Preferences_Editor#Document|Preferences Editor]].
* Duplicate labels are allowed if {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Document → DuplicateLabels}} is set to {{TRUE}}. This setting can also be changed in the [[Preferences_Editor#Document|Preferences Editor]].



<!--T:8-->
{{Docnav
{{Docnav
|[[Std_Copy|Std Copy]]
|[[Std_Copy|Copy]]
|[[Std_DuplicateSelection|Std DuplicateSelection]]
|[[Std_DuplicateSelection|DuplicateSelection]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Copy.svg
|IconL=Std_Copy.svg
|IconR=
|IconR=Std_DuplicateSelection.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 57: Line 62:
{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 14:13, 18 May 2023

Std Paste

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

Description

The Std Paste command pastes objects from the Clipboard into the active document.

Usage

  1. There are several ways to invoke the command:
    • Press the Std Paste button.
    • Select the Edit → Paste option from the menu.
    • Select the Paste option from the Tree view context menu. Note that this option is only available when an existing object has been selected.
    • Use the keyboard shortcut: Ctrl+V.

Notes

  • FreeCAD will automatically change the internal names and, depending on the preferences, labels of objects to avoid name conflicts.
  • A spreadsheet cell alias that already exists in the spreadsheet will not be pasted.
  • When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut Ctrl+V, in almost all cases, does not call the Std Paste command but uses the Paste function from the OS instead.
  • It is not possible to copy-paste native objects between FreeCAD and other applications.

Preferences

  • Duplicate labels are allowed if Tools → Edit parameters... → BaseApp → Preferences → Document → DuplicateLabels is set to true. This setting can also be changed in the Preferences Editor.