Ambiente de Trabajo Std

From FreeCAD Documentation
Revision as of 10:56, 11 October 2021 by Maker (talk | contribs) (Created page with "==Preferencias==")

Std Workbench

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

Description

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

Usage

  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.

Notes

Preferencias

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

Guionización

Ver también: Básicos de Guionización FreeCAD.

Para cambiar el ambiente de trabajo utiliza el método activateWorkbench del módulo FreeCADGui. Este método no está disponible si FreeCAD está en modo consola.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")