Std Paste/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[Std_Copy|Copy]]
|[[Std_DuplicateSelection|DuplicateSelection]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Copy.svg
|IconR=Std_DuplicateSelection.svg
|IconC=Freecad.svg
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 5: Line 14:
</div>
</div>


<span id="Description"></span>
<div class="mw-translate-fuzzy">
==Descriere==
==Descriere==
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.
</div>

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


<span id="Usage"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
==Cum se folosește==
==Cum se folosește==
Line 14: Line 29:
</div>
</div>


# There are several ways to invoke the command:
==Limitări==
#* Press the {{Button|[[Image:Std_Paste.svg|16px]] [[Std_Paste|Std Paste]]}} button.
* În general, nu este posibilă copierea obiectelor FreeCAD în alte aplicații sau copierea obiectelor din alte aplicații într-un document FreeCAD.
#* 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}}.

==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 {{KEY|Ctrl}}+{{KEY|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 {{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]].



{{Docnav
==Suplimentar==
|[[Std_Copy|Copy]]
* Vedeți pagina [[Copying_Objects|Copying objects]] pentru mai multe detalii privind replicarea obiectelor.
|[[Std_DuplicateSelection|DuplicateSelection]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Copy.svg
|IconR=Std_DuplicateSelection.svg
|IconC=Freecad.svg
}}


{{Std Base}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 14:25, 18 May 2023

Std_Paste

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

Descriere

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.

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

Cum se folosește

  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.
  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.