Std Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/fr |Couleur aléatoire |Synchronisation vue arborescente |Menu affichage |IconL= |IconR=Std_TreeSy...")
No edit summary
Line 10: Line 10:
}}
}}


<!--Empty=1 to suppress icon-->
<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
|Name=Std Workbench
|Name=Std Workbench
|Empty=1
|Name/fr=Std Atelier
|Name/fr=Std Atelier
|Empty=1
|MenuLocation={{StdMenu|[[Std View Menu/fr|Affichage]]}} → Atelier
|MenuLocation=Affichage → Atelier
|Workbenches=Tous
|Workbenches=Tous
|SeeAlso=[[Workbenches/fr|Ateliers]], [[Interface/fr|Interface]]
|SeeAlso=[[Workbenches/fr|Ateliers]]
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 19:39, 30 June 2020

Std Atelier

Emplacement du menu
Affichage → Atelier
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Ateliers

Description

La commande Std Workbench est utilisée pour basculer vers l'un des ateliers disponibles et activer son interface utilisateur graphique (GUI).

Liste déroulante de l'atelier indiqué par le numéro 10 dans l'interface standard

Utilisation

Souvent, le projet commence dans un atelier, par exemple avec Sketch puis continue dans un autre atelier, par exemple avec Part pour créer des objets. Vous pouvez passer d'un atelier à l'autre avec l’une des méthodes suivantes:

Remarques

Preferences

  • 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")