Interface/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Interfaz")
 
No edit summary
(18 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{TOCright}}
{{TOCright}}


== Introduction ==
== Introducción ==


The FreeCAD [[interface|interface]] is based on Qt, a well known graphical user interface (GUI) toolkit, particularly used in Linux, but also available in Windows and MacOS.
La [[interface/es|interfaz]] de FreeCAD está basada en Qt, un conocido kit de herramientas de interfaz gráfica de usuario (GUI), particularmente utilizado en Linux, pero también disponible en Windows y MacOS.


[[File:FreeCAD_interface_base_divisions.svg|1024px]]
[[File:FreeCAD_interface_base_divisions.svg|1024px]]


{{Caption|Standard interface in v0.19.}}
{{Caption|Interfaz estándar en la v0.19.}}


La ventana principal de la aplicación puede dividirse a grandes rasgos en 11 secciones:
The main window of the application can be roughly divided into 11 sections:
# The [[main_view_area|main view area]], which can contain different tabbed windows
# El [[main_view_area/es|área de vista principal]], que puede contener diferentes ventanas con pestañas.
# The [[3D_view|3D view]], normally embedded in the [[main_view_area|main view area]]
# La [[3D_view/es|vista 3D]], normalmente incrustada en el [[main_view_area/es|área de vista principal]]
# The upper part of the [[combo_view|combo view]], which includes the [[tree_view|tree view]] and [[task_panel|task panel]]
# La parte superior de la [[combo_view/es|vista_combo]], que incluye la [[tree_view/es|vista_árbol]] y el [[task_panel/es|panel_tarea]]
# The lower part of the [[combo_view|combo view]], which includes the [[property_editor|property editor]]
# La parte inferior de la [[combo_view/es|vista_combo]], que incluye el [[property_editor/es|editor de propiedades]]
# The [[selection_view|selection view]]
# La [[selection_view/es|vista de selección]]
# The [[report_view|report view]]
# La [[report_view/es|vista de informe]]
# The [[Python_console|Python console]]
# La [[Python_console/es|consola de Python]]
# The [[status_bar|status bar]]
# La [[status_bar/es|barra_de_estado]]
# El área de la barra de herramientas, ver la siguiente información sobre las barras de herramientas
# The toolbar area, see the following information on the toolbars
# The [[Std_Workbench|Workbench selector]], which itself is a toolbar
# El [[Std_Workbench/es|Selector de ambientes de trabajo]], que es una barra de herramientas
# The [[Standard_Menu|standard menu]]
# El [[Standard_Menu/es|menú estándar]]


== Components of the interface ==
== Componentes de la interfaz ==


Like many pieces of software, FreeCAD includes a standard menu bar, and then a series of toolbars and panels where the user tools are found.
Como muchas piezas de software, FreeCAD incluye una barra de menú estándar, y luego una serie de barras de herramientas y paneles donde se encuentran las herramientas del usuario.


=== Menus ===
=== Menús ===


The [[Standard_Menu|standard menus]] are: {{StdMenu|[[Std_File_Menu|{{MenuCommand|File}}]]}}, {{StdMenu|[[Std_Edit_Menu|{{MenuCommand|Edit}}]]}}, {{StdMenu|[[Std_View_Menu|{{MenuCommand|View}}]]}}, {{StdMenu|[[Std_Tools_Menu|{{MenuCommand|Tools}}]]}}, {{StdMenu|[[Std_Macro_Menu|{{MenuCommand|Macro}}]]}}, {{StdMenu|[[Std_Windows_Menu|{{MenuCommand|Windows}}]]}}, {{StdMenu|[[Std_Help_Menu|{{MenuCommand|Help}}]]}}.
Los [[Standard_Menu/es|menús estándar]] son: {{StdMenu|[[Std_File_Menu/es|{{MenuCommand|Archivo}}]]}}, {{StdMenu|[[Std_Edit_Menu/es|{{MenuCommand|Editar}}]]}}, {{StdMenu|[[Std_View_Menu/es|{{MenuCommand|Vista}}]]}}, {{StdMenu|[[Std_Tools_Menu/es|{{MenuCommand|Herramientas}}]]}}, {{StdMenu|[[Std_Macro_Menu/es|{{MenuCommand|Macro}}]]}}, {{StdMenu|[[Std_Windows_Menu/es|{{MenuCommand|Windows}}]]}}, {{StdMenu|[[Std_Help_Menu/es|{{MenuCommand|Ayuda}}]]}}.


=== Toolbars ===
=== Barras de herramientas ===


The standard toolbars that appear in the interface are:
The standard toolbars that appear in the interface are:
Line 40: Line 40:
* Structure toolbar: tools to organize objects in the document, and create links to additional documents.
* Structure toolbar: tools to organize objects in the document, and create links to additional documents.


These can be turned on and off by right clicking on an empty space on one of the toolbars and choosing the desired element, or from the menu, {{MenuCommand|ViewToolbars}}.
Pueden activarse y desactivarse haciendo clic con el botón derecho del ratón en un espacio vacío de una de las barras de herramientas y eligiendo el elemento deseado, o desde el menú, {{MenuCommand|VistaBarras de herramientas}}.


=== Panels ===
=== Paneles ===


The main panels that allow working with objects are:
The main panels that allow working with objects are:
Line 53: Line 53:
* [[Report view|Report view]]: the text box that shows different messages from the application and its tools.
* [[Report view|Report view]]: the text box that shows different messages from the application and its tools.
* [[Python console|Python console]]: the editor that allows running [[Python|Python]] code interactively to see results in the [[3D view|3D view]].
* [[Python console|Python console]]: the editor that allows running [[Python|Python]] code interactively to see results in the [[3D view|3D view]].
* [[Status bar|Status bar]]: the bar that shows certain messages from the application, and that has the [[Mouse Model|mouse navigation]] selector.
* [[Status bar|Status bar]]: the bar that shows certain messages from the application, and that has the [[Mouse_navigation|mouse navigation]] selector.
* [[DAG view|DAG view]]: an alternative to the [[tree view|tree view]], which shows the relationships between different objects through a graph.
* [[DAG view|DAG view]]: an alternative to the [[tree view|tree view]], which shows the relationships between different objects through a graph.


With the exception of the 3D view, all can be turned on and off by right clicking on an empty space on one of the top toolbars and choosing the desired element, or from the menu, {{MenuCommand|ViewPanels}}.
A excepción de la vista 3D, todas pueden activarse y desactivarse haciendo clic con el botón derecho del ratón en un espacio vacío de una de las barras de herramientas superiores y eligiendo el elemento deseado, o desde el menú, {{MenuCommand|VistaPaneles}}.


To activate and deactivate the status bar use the menu, {{MenuCommand|ViewStatus bar}}.
Para activar y desactivar la barra de estado utilice el menú, {{MenuCommand|VistaBarra de estado}}.


=== Other ===
=== Otros ===


<div class="mw-translate-fuzzy">
Other useful interfaces and windows include:
Otras interfaces y ventanas útiles son:
* [[Std_SceneInspector|Scene inspector]]: a panel that shows the Coin3D nodes that make up the [[scenegraph|scenegraph]]. For power users and developers, it may be useful to troubleshoot operations that manipulate the scene directly, and the objects created in the [[3D view|3D view]].
* [[Std_SceneInspector/es|Inspector de escenas]]: un panel que muestra los nodos Coin3D que componen el [[scenegraph/es|scenegraph]]. Para los usuarios avanzados y los desarrolladores, puede ser útil para solucionar las operaciones que manipulan la escena directamente, y los objetos creados en la [[3D view/es|vista 3D]].
* [[Std_DependencyGraph|Dependency graph]]: a window showing the dependency graph of all the objects in the document, created with the auxiliary program [[Graphviz|Graphviz]]. It is helpful to recognize problems in the creation of objects, such as circular dependencies, which may not be entirely evident from the [[tree view|tree view]] or the [[DAG view|DAG view]].
* [[Std_DependencyGraph/es|Gráfico de dependencias]]: una ventana que muestra el gráfico de dependencias de todos los objetos del documento, creado con el programa auxiliar [http://graphviz.org/ Graphviz]. Es útil para reconocer problemas en la creación de objetos, como las dependencias circulares, que pueden no ser del todo evidentes desde la [[tree view/es|vista de árbol]] o la [[DAG view/es|vista de DAG]].
</div>


=== Customization ===
=== Personalización ===


Las barras de herramientas pueden tener más o menos botones, y se pueden crear barras de herramientas personalizadas con una mezcla de diferentes herramientas, y para almacenar macros desarrolladas.
Toolbars can have more or fewer buttons, and custom toolbars can be created with a mix of different tools, and to store developed macros.


These options are in the menu, {{MenuCommand|ToolsCustomize}}. See [[Interface Customization|interface customization]].
Estas opciones se encuentran en el menú, {{MenuCommand|HerramientasPersonalizar}}. Ver [[Interface Customization/es|personalización de la interfaz]].


{{Interface navi{{#translation:}}}}
{{Interface navi{{#translation:}}}}

Revision as of 07:52, 14 November 2021

Introducción

La interfaz de FreeCAD está basada en Qt, un conocido kit de herramientas de interfaz gráfica de usuario (GUI), particularmente utilizado en Linux, pero también disponible en Windows y MacOS.

Interfaz estándar en la v0.19.

La ventana principal de la aplicación puede dividirse a grandes rasgos en 11 secciones:

  1. El área de vista principal, que puede contener diferentes ventanas con pestañas.
  2. La vista 3D, normalmente incrustada en el área de vista principal
  3. La parte superior de la vista_combo, que incluye la vista_árbol y el panel_tarea
  4. La parte inferior de la vista_combo, que incluye el editor de propiedades
  5. La vista de selección
  6. La vista de informe
  7. La consola de Python
  8. La barra_de_estado
  9. El área de la barra de herramientas, ver la siguiente información sobre las barras de herramientas
  10. El Selector de ambientes de trabajo, que es una barra de herramientas
  11. El menú estándar

Componentes de la interfaz

Como muchas piezas de software, FreeCAD incluye una barra de menú estándar, y luego una serie de barras de herramientas y paneles donde se encuentran las herramientas del usuario.

Menús

Los menús estándar son: Archivo, Editar, Vista, Herramientas, Macro, Windows, Ayuda.

Barras de herramientas

The standard toolbars that appear in the interface are:

  • File toolbar: tools to work with files, open documents, copy, paste, undo and redo actions.
  • Workbench toolbar: it contains a single widget to select the active workbench.
  • Macro toolbar: tools to record, edit, and execute macros.
  • View toolbar: tools to control how objects appear in the 3D view.
  • Structure toolbar: tools to organize objects in the document, and create links to additional documents.

Pueden activarse y desactivarse haciendo clic con el botón derecho del ratón en un espacio vacío de una de las barras de herramientas y eligiendo el elemento deseado, o desde el menú, Vista → Barras de herramientas.

Paneles

The main panels that allow working with objects are:

  • 3D view: the area where 2D and 3D geometry is drawn.
  • Combo view: the panel that contains the tree view, the task panel, and the property editor.
  • Tree view: the element that shows all objects in the document and their parametric history.
  • Task panel: the panel that shows different actions and options depending on the drawing tool selected.
  • Property editor: the place where object properties are modified.
  • Selection view: the panel that shows elements that are currently selected.
  • Report view: the text box that shows different messages from the application and its tools.
  • Python console: the editor that allows running Python code interactively to see results in the 3D view.
  • Status bar: the bar that shows certain messages from the application, and that has the mouse navigation selector.
  • DAG view: an alternative to the tree view, which shows the relationships between different objects through a graph.

A excepción de la vista 3D, todas pueden activarse y desactivarse haciendo clic con el botón derecho del ratón en un espacio vacío de una de las barras de herramientas superiores y eligiendo el elemento deseado, o desde el menú, Vista → Paneles.

Para activar y desactivar la barra de estado utilice el menú, Vista → Barra de estado.

Otros

Otras interfaces y ventanas útiles son:

  • Inspector de escenas: un panel que muestra los nodos Coin3D que componen el scenegraph. Para los usuarios avanzados y los desarrolladores, puede ser útil para solucionar las operaciones que manipulan la escena directamente, y los objetos creados en la vista 3D.
  • Gráfico de dependencias: una ventana que muestra el gráfico de dependencias de todos los objetos del documento, creado con el programa auxiliar Graphviz. Es útil para reconocer problemas en la creación de objetos, como las dependencias circulares, que pueden no ser del todo evidentes desde la vista de árbol o la vista de DAG.

Personalización

Las barras de herramientas pueden tener más o menos botones, y se pueden crear barras de herramientas personalizadas con una mezcla de diferentes herramientas, y para almacenar macros desarrolladas.

Estas opciones se encuentran en el menú, Herramientas → Personalizar. Ver personalización de la interfaz.