Std Edit Menu/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
__NOTOC__
{{StdMenu| Edit}}


{{Docnav
|[[Std_File_Menu|Std File Menu]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_Base|Std Base]]
|IconL=
|IconR=
|IconC=Freecad.svg
}}


[[Image:Freecad.svg|thumb|128px|Std Base icon]]
[[File:Std_Undo.png|16px]] [[Std_Undo|Undo]] reverses the last command.


{{TOCright}}
[[File:Std_Redo.png|16px]] [[Std_Redo|Redo]] reapplies the last command reversed by Undo.


==Introduction==
[[File:Std_Cut.png|16px]] [[Std_Cut|Cut]] places selected objects onto the clipboard and deletes them.


The '''Std Edit Menu''' is one of the 7 sub-menus in the [[Standard_Menu|standard menu]]:
[[File:Std_Copy.png|16px]] [[Std_Copy|Copy]] places selected objects onto the clipboard.


<!--Please keep info below synchronized with Std_Base, Standard_Menu, Std_File_Menu etc.-->
[[File:Std_Paste.png|16px]] [[Std_Paste|Paste]] moves the contents of the clipboard to the current document.
{{StdMenu
|
[[Std_File_Menu|File]]
&nbsp;&nbsp;&nbsp;
[[Std_Edit_Menu|Edit]]
&nbsp;&nbsp;&nbsp;
[[Std_View_Menu|View]]
&nbsp;&nbsp;&nbsp;
[[Std_Tools_Menu|Tools]]
&nbsp;&nbsp;&nbsp;
[[Std_Macro_Menu|Macro]]
&nbsp;&nbsp;&nbsp;
[[Std_Windows_Menu|Windows]]
&nbsp;&nbsp;&nbsp;
[[Std_Help_Menu|Help]]
}}


<!--Please keep info below synchronized with Standard_Menu-->
[[File:Std_DuplicateSelection.png|16px]] [[Std_DuplicateSelection|Duplicate Selection]] is a shortcut for Copy + Paste.
The Edit menu provides tools to change the model.


==Tools==
[[File:Std_Refresh.png|16px]] [[Std_Refresh|Refresh]] redraws the display.


The following tools are available in this menu:
[[File:Std_BoxSelection.png|16px]] [[Std_BoxSelection|Box Selection]] allows selecting all objects in a rectangular area.


* [[File:Std_Undo.svg|32px]] [[Std_Undo|Undo]]: Undoes one action.
[[File:Std_SelectAll.png|16px]] [[Std_SelectAll|Select All]] selects all objects in the current document.


[[File:Std_Delete.png|16px]] [[Std_Delete|Delete]] deletes the current selection.
* [[File:Std_Redo.svg|32px]] [[Std_Redo|Redo]]: Redoes a previously undone action.


* [[File:Std_Cut.svg|32px]] [[Std_Cut|Cut]]: Copies spreadsheet cells to the Clipboard and clears them.
[[Std Placement|Placement...]] opens the Placement dialog for the selected object.


* [[File:Std_Copy.svg|32px]] [[Std_Copy|Copy]]: Copies objects to the Clipboard.
[[Std_Alignment|Alignment...]] opens the Alignment dialog for the selected objects.


[[File:Std_Edit.png|16px]] [[Std_Edit|Toggle Edit Mode]] turns Edit Mode on or off for the selected objects.
* [[File:Std_Paste.svg|32px]] [[Std_Paste|Paste]]: Pastes objects from the Clipboard into the document.


* [[File:Std_DuplicateSelection.svg|32px]] [[Std_DuplicateSelection|Duplicate selection]]: Duplicates objects within the document.
[[File:Std DlgPreferences.png|16px]] [[Std DlgPreferences|Preferences]] opens the user Preferences dialog.


* [[File:Std_Refresh.svg|32px]] [[Std_Refresh|Refresh]]: Recomputes the document.


* [[File:Std_BoxSelection.svg|32px]] [[Std_BoxSelection|Box selection]]: Selects objects from a rectangular area.


* [[File:Std_BoxElementSelection.svg|32px]] [[Std_BoxElementSelection|Box element selection]]: Selects faces from a rectangular area.
[[Category:Documentation]]

[[Category:Command_Reference]]
* [[File:Std_SelectAll.svg|32px]] [[Std_SelectAll|Select All]]: Selects all objects.

* [[File:Std_Delete.svg|32px]] [[Std_Delete|Delete]]: Deletes selected objects.

* [[File:Std_SendToPythonConsole.svg|32px]] [[Std_SendToPythonConsole|Send to Python Console]]: Creates variables in the [[Python_console|Python console]] referencing an object.

* [[File:Std_Placement.svg|32px]] [[Std_Placement|Placement...]]: Opens the Placement task panel for an object.

* [[File:Std_TransformManip.svg|32px]] [[Std_TransformManip|Transform]]: Transforms an object in the [[3D_view|3D view]].

* [[File:Std_Alignment.svg|32px]] [[Std_Alignment|Alignment...]]: Aligns an object in relation to a fixed reference object.

* [[File:Std_Edit.svg|32px]] [[Std_Edit|Toggle Edit mode]]: Activates or deactivates an object's edit mode.

* [[File:Std_Properties.svg|32px]] [[Std_Properties|Properties]]: {{Version|1.0}}

* [[File:Std_UserEditMode.svg|32px]] [[Std_UserEditMode|Edit mode]]: Defines the edit mode to be used when an object is double-clicked in the [[Tree_view|Tree view]]. {{Version|0.20}}

* [[File:Std_DlgPreferences.svg|32px]] [[Std_DlgPreferences|Preferences...]]: Opens the [[Preferences_Editor|Preferences Editor]]. {{Emphasis|-- On MacOS this menu option may be located in the FreeCAD menu instead of the Edit menu.}}


{{Docnav
|[[Std_File_Menu|Std File Menu]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_Base|Std Base]]
|IconL=
|IconR=
|IconC=Freecad.svg
}}

{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:Workbenches{{#translation:}}]]

Latest revision as of 09:48, 21 April 2024

Std Base icon

Introduction

The Std Edit Menu is one of the 7 sub-menus in the standard menu:

File     Edit     View     Tools     Macro     Windows     Help

The Edit menu provides tools to change the model.

Tools

The following tools are available in this menu:

  • Undo: Undoes one action.
  • Redo: Redoes a previously undone action.
  • Cut: Copies spreadsheet cells to the Clipboard and clears them.
  • Copy: Copies objects to the Clipboard.
  • Paste: Pastes objects from the Clipboard into the document.
  • Delete: Deletes selected objects.
  • Placement...: Opens the Placement task panel for an object.
  • Alignment...: Aligns an object in relation to a fixed reference object.