Std Cut

From FreeCAD Documentation
Revision as of 10:25, 17 March 2020 by Roy 043 (talk | contribs)
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std Cut

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

Description

The implementation of the Std Cut command is quite limited. It can only be used for spreadsheet cells. To cut other objects you can use the Std Copy command followed by an erase operation.

Usage

  1. Select one or more cells in the spreadsheet.
  2. There are several ways to invoke the command:
    • Press the Std Cut button.
    • Select the Edit → Cut option from the menu.
  3. The contents and properties of the cells will copied to the Clipboard and then erased.

Notes

  • The standard keyboard shortcut Ctrl+X does not call the Std Cut command but uses the cut function from the OS instead. You can use this shortcut in many of FreeCAD's text windows and input boxes. The shortcut also works for spreadsheet cells.