Std Workbench/pt-br: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
{{Docnav
{{Docnav
|[[Std_RandomColor|RandomColor]]
|[[Std_RandomColor|RandomColor]]
|[[Std_LinkSelectLinked|LinkSelectLinked]]
|[[Std_TreeSyncView|TreeSyncView]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_RandomColor.svg
|IconL=Std_RandomColor.svg
|IconR=Std_TreeSyncView.svg
|IconR=Std_LinkSelectLinked.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 18: Line 18:
}}
}}


<span id="Description"></span>
==Descrição==
==Descrição==


Line 25: Line 26:
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}


<span id="Usage"></span>
==Utilização==
==Utilização==


Line 31: Line 33:
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.


<span id="Notes"></span>
==Notas==
==Notas==


* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:AddonManager.svg|24px]] [[Std_AddonMgr|Addon Manager]].
* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]].


<span id="Preferences"></span>
==Preferências==
==Preferências==


Line 54: Line 58:
{{Docnav
{{Docnav
|[[Std_RandomColor|RandomColor]]
|[[Std_RandomColor|RandomColor]]
|[[Std_LinkSelectLinked|LinkSelectLinked]]
|[[Std_TreeSyncView|TreeSyncView]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_RandomColor.svg
|IconL=Std_RandomColor.svg
|IconR=Std_TreeSyncView.svg
|IconR=Std_LinkSelectLinked.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 64: Line 68:
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Interface navi{{#translation:}}}}
{{Interface navi{{#translation:}}}}
{{clear}}

Latest revision as of 19:47, 9 October 2023

Std Workbench

Menu location
View → Workbench
Workbenches
Workbenches
Default shortcut
None
Introduced in version
-
See also
None

Descrição

The Std Workbench command activates a selected workbench including its graphical user interface (GUI).

The Workbench dropdown list indicated by number 10 in the standard interface

Utilização

  1. There are several ways to invoke the command:
    • Select a workbench from the Workbench dropdown list in the Workbench toolbar. This option is not available if the current workbench is <none> (no workbench).
    • Select a workbench from the View → Workbench sub-menu.

Notas

Preferências

  • The start up workbench can be changed in the preferences: Edit → Preferences... → General → General → Start up. See Preferences Editor.

Scripting

See also: FreeCAD Scripting Basics.

To change the worbench use the activateWorkbench method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")