Std Cut: Difference between revisions

From FreeCAD Documentation
({{Std Base navi}} to categorize page)
mNo edit summary
Line 15: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Std Cut
|Name=Std Cut
|MenuLocation=[[Std_Edit_Menu|Edit]] → Cut
|MenuLocation={{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut
|Shortcut={{KEY|Ctrl+X}}
|Shortcut={{KEY|Ctrl}}+{{KEY|X}}
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std Copy|Copy]], [[Std Paste|Paste]], [[Std Delete|Delete]]
|SeeAlso=[[Std Copy|Copy]], [[Std Paste|Paste]], [[Std Delete|Delete]]
Line 26: Line 26:
The Cut command places the currently selected objects into the "clipboard" for later use by the [[Std_Paste|Paste]] command and deletes them in the current document. Objects may be copied between documents.
The Cut command places the currently selected objects into the "clipboard" for later use by the [[Std_Paste|Paste]] command and deletes them in the current document. Objects may be copied between documents.


==How to use== <!--T:3-->
==Usage== <!--T:3-->


<!--T:6-->
<!--T:6-->
# Select the Object(s) to be cut.
# Select the Object(s) to be cut.
# Invoke the Cut command using several ways:
# Press the {{KEY|[[File:Std Cut.png|16px]] Cut}} icon, {{KEY|Ctrl}} + {{KEY|X}} keys or use menu choices {{MenuCommand|Edit → Cut}}.
#* Pressing the {{KEY|[[File:Std Cut.svg|16px]] Cut}} button in the toolbar
#* Using the {{KEY|Ctrl}} + {{KEY|X}} keyboard shortcut
#* Using the {{MenuCommand|{{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut}} menu


==Limitations== <!--T:4-->
==Limitations== <!--T:4-->
Line 36: Line 39:
<!--T:7-->
<!--T:7-->
* 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==


<!--T:10-->
<!--T:10-->
Line 49: Line 54:
<!--T:8-->
<!--T:8-->
{{Std Base navi}}
{{Std Base navi}}

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