Std Workbench/es: Difference between revisions

From FreeCAD Documentation
(Created page with "El comando '''Ambiente de trabajo Std ''' activa un Ambiente de trabajo seleccionado incluyendo su interfaz gráfica de usuario (GUI).")
(Created page with "800px {{Caption|La lista desplegable de Ambiente de trabajo indicada con el número 10 en la interfaz estándar}}")
Line 24: Line 24:


[[Image:FreeCAD_interface_base_divisions.svg|800px]]
[[Image:FreeCAD_interface_base_divisions.svg|800px]]
{{Caption|The Workbench dropdown list indicated by number 10 in the standard [[interface|interface]]}}
{{Caption|La lista desplegable de Ambiente de trabajo indicada con el número 10 en la [[interface/es|interfaz]] estándar}}


==Utilización==
==Utilización==

Revision as of 11:02, 11 October 2021

Ambiente de Trabajo Std

Ubicación en el Menú
Vista → Ambiente de Trabajo
Entornos de trabajo
Ambiente de Trabajo
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Descripción

El comando Ambiente de trabajo Std activa un Ambiente de trabajo seleccionado incluyendo su interfaz gráfica de usuario (GUI).

La lista desplegable de Ambiente de trabajo indicada con el número 10 en la interfaz estándar

Utilización

  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

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