Std Cut: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
Line 40: Line 40:
* In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.
* In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.


==Scripting==
==Scripting== <!--T:11-->


<!--T:10-->
<!--T:10-->
Line 55: Line 55:
{{Std Base navi}}
{{Std Base navi}}


<!--T:12-->
{{Userdocnavi}}
{{Userdocnavi}}
</translate>
</translate>

Revision as of 01:21, 7 February 2020

Std Cut

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

Description

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