Manual: El documento FreeCAD

From FreeCAD Documentation
Revision as of 07:38, 15 September 2021 by Maker (talk | contribs) (Created page with "Dentro del documento, los objetos pueden moverse en grupos y tener un nombre único. La gestión de grupos, objetos y nombres de objetos se realiza principalmente desde la vis...")

Un documento de FreeCAD contiene todos los objetos de tu escena. Puede contener grupos y objetos hechos con cualquier ambiente de trabajo. Por lo tanto, puedes cambiar entre ambientes de trabajo, y seguir trabajando en el mismo documento y/o objetos dentro de ese documento. El documento es lo que se guarda en el disco cuando guardas tu trabajo. También puedes abrir varios documentos al mismo tiempo en FreeCAD, y abrir varias vistas del mismo documento.

Dentro del documento, los objetos pueden moverse en grupos y tener un nombre único. La gestión de grupos, objetos y nombres de objetos se realiza principalmente desde la vista de árbol. Allí se pueden crear grupos, mover objetos a grupos, eliminar objetos o grupos. Haciendo clic con el botón derecho del ratón en la vista de árbol o en un objeto, se puede cambiar el nombre de los objetos, cambiar su color, ocultarlos o mostrarlos, o posiblemente otras operaciones, dependiendo de la mesa de trabajo actual.

The objects inside a FreeCAD document can be of different types. Each workbench can add its own types of objects, for example the Mesh Workbench adds mesh objects, the Part Workbench adds Part objects, etc.

If there is at least one document open in FreeCAD, there is always one and only one active document. That's the document that appears in the current 3D view, the document you are currently working on. If you switch tabs to another document, that one becomes the active document. Most operations always work on the active document.

FreeCAD documents are saved with the .FcStd extension, which is a zip-based compound format, similar to LibreOffice. If something goes very wrong, it is often possible to unzip it and fix the problem or rescue the data.

Leer más