Std Copy/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(3 intermediate revisions by the same user not shown)
Line 33: Line 33:
* When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut {{KEY|Ctrl}}+{{KEY|C}}, in almost all cases, does not call the '''Std Copy''' command but uses the Copy function from the OS instead.
* When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut {{KEY|Ctrl}}+{{KEY|C}}, in almost all cases, does not call the '''Std Copy''' command but uses the Copy function from the OS instead.
* 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.

==Scripting==

The '''Std Copy''' command can be applied after selecting one or more objects in the [[Tree view]]:

{{Code|code=
FreeCADGui.runCommand('Std_Copy')
FreeCADGui.runCommand('Std_Paste')
}}

The selection could be manual (by using the mouse), or via the [[Python_Console|Python Console]].<br>
To know more about selecting objects programmatically, refer to [[Selection_methods|Selection methods]].




Line 58: Line 46:
{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 10:50, 18 September 2021

Std Kopírovat

Umístění Menu
Úpravy → Kopírovat
Pracovní stoly
Všechny
Výchozí zástupce
Ctrl+C
Představen ve verzi
-
Viz také
Vložit, Duplicate Selection

Description

Popis

Příkaz Kopírovat je součástí kopírování objektů Document. Umísťuje aktuálně vybraný objekt do "schránky" pro pozdější použití příkazu Vložit. Objekty mohou být kopírovány mezi Dokumenty.

Usage

Použití

  1. Vyberte objekty ke kopírování.
  2. Klikněte na ikonu Kopírovat nebo stiskněte klávesy ctrl + C nebo použijte menu Úpravy → Kopírovat.

Notes

  • When you are working in a FreeCAD text window, an input box or a spreadsheet, the standard keyboard shortcut Ctrl+C, in almost all cases, does not call the Std Copy command but uses the Copy function from the OS instead.
  • It is not possible to copy-paste native objects between FreeCAD and other applications.