Std Copy/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 15: Line 15:
==How to use==
==How to use==
# Select the Object(s) to be copied.
# Select the Object(s) to be copied.
# Press the {{KEY|[[File:Std Copy.png|16px|Copy]]}} icon, {{KEY|Ctrl}} + {{KEY|C}} keys or use menu choices Edit → Copy.
# Press the {{KEY|[[File:Std Copy.png|16px]] Copy}} icon, {{KEY|Ctrl}} + {{KEY|C}} keys or use menu choices {{MenuCommand|Edit → Copy}}.


==Limitations==
==Limitations==
Line 22: Line 22:
==More==
==More==
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.
* See the [[Copying_Objects|Copying objects]] page for more details on replicating objects.

{{Std Base}}
{{Userdocnavi}}

Revision as of 19:55, 21 October 2019

Std Copy

Системное название
Std Copy
Расположение в меню
Правка → Копировать
Верстаки
Все
Быстрые клавиши
Ctrl+C
Представлено в версии
-
См. также
Вставить, Дубликат

Description

The Copy command places the currently selected objects into the "clipboard" for later use by the Paste command. Objects may be copied between Documents.

How to use

  1. Select the Object(s) to be copied.
  2. Press the Copy icon, Ctrl + C keys or use menu choices Edit → Copy.

Limitations

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

More