Std Base: Difference between revisions

From FreeCAD Documentation
(The base commands and functions normally start with the prefix Std_, indicating that they are "standard".)
No edit summary
 
(98 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:13-->
{{Docnav
|[[Workbenches|Workbenches]]
|[[Arch_Workbench|Arch Workbench]]
|IconL=
|IconR=Workbench_Arch.svg
}}

<!--T:14-->
[[Image:Freecad.svg|thumb|128px|Std Base icon]]


</translate>
</translate>
{{TOCright}}
[[Image:freecad16.svg|64px]]
<translate>
<translate>


<!--T:1-->
==Introduction== <!--T:2-->
{{TOCright}}

== Introduction == <!--T:2-->


<!--T:3-->
<!--T:3-->
The [[Std_Base|Std Base]] is not a real workbench. This page just collects all commands from the base system which do not belong to a specific workbench, but which may be used in all of them.
'''Std Base''' is not really a workbench, but rather a category of 'standard' commands and tools that can be used in all workbenches.


==Tools== <!--T:4-->
The base commands and functions normally start with the prefix {{incode|Std}}, indicating that they are "standard".

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


<!--T:5-->
<!--T:5-->
Most '''Std Base''' tools can be accessed from the [[Standard_Menu|standard menu]]. Those that are only available via a toolbar or a context menu are listed under [[#Additional_tools|Additional tools]].
Most of the commands in this page can be accessed from menus, toolbars, and context menus.

===Standard menu tools=== <!--T:6-->

<!--T:15-->
The standard menu is composed of 7 sub-menus. Each sub-menu has a dedicated page. Just click on any of the names below.

<!--T:12-->
<!--Please keep info below synchronized with Std_Base, Standard_Menu, Std_File_Menu etc.-->
{{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]]
}}

===Additional tools=== <!--T:16-->

<!--T:29-->
* [[File:Std_Part.svg|32px]] [[Std_Part|Create part]]: Creates a new part and makes it active.

<!--T:30-->
* [[File:Std_Group.svg|32px]] [[Std_Group|Create group]]: Creates a new group.

<!--T:31-->
* [[File:Std_LinkMake.svg|32px]] [[Std_LinkMake|Make link]]: Creates a link.

<!--T:32-->
* [[File:Std_LinkMakeRelative.svg|32px]] [[Std_LinkMakeRelative|Make sub-link]]: Creates a sub-object or sub-element link.

<!--T:33-->
* [[File:Std_LinkReplace.svg|32px]] [[Std_LinkReplace|Replace with link]]: Replaces object(s) with new link(s).

<!--T:34-->
* [[File:Std_LinkUnlink.svg|32px]] [[Std_LinkUnlink|Unlink]]: Replaces link(s) with their linked object(s).

<!--T:35-->
* [[File:Std_LinkImport.svg|32px]] [[Std_LinkImport|Import link]]: Imports selected external link(s).

<!--T:36-->
* [[File:Std_LinkImportAll.svg|32px]] [[Std_LinkImportAll|Import all links]]: Imports all external link(s).

<!--T:37-->
* [[File:Std_LinkMakeGroup.svg|32px]] [[Std_LinkMakeGroup|Make link group]]: Creates a group of links.

<!--T:38-->
* [[Image:Selection-filter.svg|32px]] [[Part_SelectFilter|Selection filter]] {{Emphasis|-- Available if the [[Part_Workbench|Part Workbench]] or the [[PartDesign_Workbench|PartDesign Workbench]] has been loaded.}} {{Version|0.22}}

<!--T:39-->
:* [[Image:Vertex-selection.svg|32px]] Vertex selection: Only allows the selection of vertices.

<!--T:40-->
:* [[Image:Edge-selection.svg|32px]] Edge selection: Only allows the selection of edges.

<!--T:41-->
:* [[Image:Face-selection.svg|32px]] Face selection: Only allows the selection of faces.

<!--T:42-->
:* [[Image:Clear-selection.svg|32px]] All selection filters cleared: Allows the selection of all subelements.


* [[File:Std_ToggleFreeze.svg|32px]] [[Std_ToggleFreeze|Toggle freeze]]: Toggles the freeze state of objects. A frozen object is not recomputed when its parents change. {{Emphasis|-- Available in the [[Tree_view|Tree view]] context menu after selecting objects.}} {{Version|0.22}}
=== Standard menu === <!--T:6-->


<!--T:7-->
<!--T:43-->
* [[File:Std_TreeSelectAllInstances.svg|32px]] [[Std_TreeSelectAllInstances|Select all instances]]: Selects all instances of an object.
The [[Standard_Menu|Standard Menu]] is composed of seven sub-menus.
* [[Std_File_Menu|File menu]]
* [[Std_Edit_Menu|Edit menu]]
* [[Std_View_Menu|View menu]]
* [[Std_Tools_Menu|Tools menu]]
* [[Std_Macro_Menu|Macro menu]]
* [[Std_Windows_Menu|Windows menu]]
* [[Std_Help_Menu|Help menu]]


=== Structure toolbar === <!--T:8-->
<!--T:44-->
* [[Std_Expressions|Expression actions]]: Expression actions.


<!--T:9-->
These commands allow structuring the model tree to have better organization of the existing shapes, and to create "Links" which are useful to create assemblies.
* [[File:Std_Part.svg|32px]] [[Std_Part|Std Part]] {{Version|0.17}}
* [[File:Std_Group.svg|32px]] [[Std_Group|Std Group]] {{Version|0.17}}
* [[File:Std_LinkMake.svg|32px]] [[Std_LinkMake|Std LinkMake]] {{Version|0.19}}
* [[File:Std_LinkActions.svg|32px]] [[Std_LinkActions|Std LinkActions]] {{Version|0.19}}


<!--T:10-->
<!--T:28-->
{{Docnav
{{Std Base}}
|[[Workbenches|Workbenches]]
{{Userdocnavi}}
|[[Arch_Workbench|Arch Workbench]]
|IconL=
|IconR=Workbench_Arch.svg
}}


</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:Workbenches{{#translation:}}]]

Latest revision as of 21:05, 12 April 2024

Std Base icon

Introduction

Std Base is not really a workbench, but rather a category of 'standard' commands and tools that can be used in all workbenches.

Tools

Most Std Base tools can be accessed from the standard menu. Those that are only available via a toolbar or a context menu are listed under Additional tools.

Standard menu tools

The standard menu is composed of 7 sub-menus. Each sub-menu has a dedicated page. Just click on any of the names below.

File     Edit     View     Tools     Macro     Windows     Help

Additional tools

  • Unlink: Replaces link(s) with their linked object(s).
  • Vertex selection: Only allows the selection of vertices.
  • Edge selection: Only allows the selection of edges.
  • Face selection: Only allows the selection of faces.
  • All selection filters cleared: Allows the selection of all subelements.