Команда "Вырезать"

From FreeCAD Documentation
Revision as of 21:41, 17 February 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std Cut

Системное название
Std Cut
Расположение в меню
Правка → Вырезать
Верстаки
All
Быстрые клавиши
Ctrl+X
Представлено в версии
-
См. также
Копировать, Вставить, Удалить

Описание

The Cut command places the currently selected objects into the "clipboard" for later use by the Paste command and deletes them in the current document. Objects may be copied between documents.

Usage

  1. Select the Object(s) to be cut.
  2. Invoke the Cut command using several ways:
    • Pressing the Cut button in the toolbar
    • Using the Ctrl + X keyboard shortcut
    • Using the Edit → Cut menu

Limitations

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

Scripting