Std Cut: Difference between revisions

From FreeCAD Documentation
(Fixed GuiCommand.)
(Revised.)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


Line 16: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Std Cut
|Name=Std Cut
|MenuLocation={{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut
|MenuLocation=Edit → Cut
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|X}}
|Shortcut={{KEY|Ctrl}}+{{KEY|X}}
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_Paste|Std Paste]], [[Std_Delete|Std Delete]]
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_Paste|Std Paste]], [[Std_DuplicateSelection|Std DuplicateSelection]]
}}
}}


Line 25: Line 24:


<!--T:5-->
<!--T:5-->
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 '''Std Cut''' command copies objects to the Clipboard, and then erases them from the document.


==Usage== <!--T:3-->
==Usage== <!--T:3-->


<!--T:6-->
<!--T:6-->
# Select the Object(s) to be cut.
# Select one or more objects.
# There are several ways to invoke the command:
# Invoke the Cut command using several ways:
#* Pressing the {{KEY|[[File:Std Cut.svg|16px]] Cut}} button in the toolbar
#* Press the {{Button|[[Image:Std_Cut.svg|16px]] [[Std_Cut|Std Cut]]}} button.
#* Select the {{MenuCommand|Edit → [[Image:Std_Cut.svg|16px]] Cut}} option from the menu.
#* Using the {{KEY|Ctrl}} + {{KEY|X}} keyboard shortcut
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|X}}.
#* Using the {{MenuCommand|{{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut}} menu
# If the selection contains objects with dependencies, a dialog box will prompt you to specify which should be included. By default all dependencies are selected.


==Limitations== <!--T:4-->
==Limitations== <!--T:4-->


<!--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.
* It is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.

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


<!--T:10-->
<!--T:10-->
Line 54: Line 52:


</translate>
</translate>
{{Std Base{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 18:57, 16 March 2020

Std Cut

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

Description

The Std Cut command copies objects to the Clipboard, and then erases them from the document.

Usage

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Press the Std Cut button.
    • Select the Edit → Cut option from the menu.
    • Use the keyboard shortcut: Ctrl+X.
  3. If the selection contains objects with dependencies, a dialog box will prompt you to specify which should be included. By default all dependencies are selected.

Limitations

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