Manual:The FreeCAD document: Difference between revisions

From FreeCAD Documentation
(Manual:TOC)
No edit summary
(One intermediate revision by the same user not shown)
Line 17: Line 17:


<!--T:2-->
<!--T:2-->
A FreeCAD document contains all the objects of your scene. It can contain groups and objects made with any workbench. You can therefore switch between workbenches, and still work on the same document and/or objects within that document. The document is what gets saved to disk when you save your work. You can also open several documents at the same time in FreeCAD, and open several views of the same document.
A FreeCAD document forms the core of your design environment, encapsulating all the objects and elements that make up your scene. It can contain a variety of objects created across different workbenches, allowing for seamless integration and flexibility as you can switch between workbenches while working within the same document. A document is essentially the file that you save to your disk containing all your work, and FreeCAD allows you to open multiple documents simultaneously, as well as multiple views of the same document.

<!--T:3-->
[[Image:Freecad-document-01.jpg]]


<!--T:4-->
<!--T:4-->
Inside the document, the objects can be moved into groups, and have a unique name. Managing groups, objects and object names is done mainly from the Tree view. There, you can create groups, move objects to groups, delete objects or groups. By right-clicking in the tree view or on an object, you can rename objects, change their color, hide or show them, or possibly other operations, depending on the current workbench.
Within the document, you can organize objects into groups, each with a unique name for easy identification and management. This management of groups, objects, and their names chiefly occurs within the [[tree_view|tree view]]. Here, users can craft new groups, assign objects to these groups, and perform deletions. More detailed customizations such as renaming objects, changing their visual properties like color, or adjusting visibility, can be done by right-clicking an object or a group in the Tree View. Additional functionalities may also be available depending on the active workbench.


<!--T:5-->
<!--T:5-->
Objects in a FreeCAD document vary widely in type, as each workbench introduces its unique kind of objects. For example, the [[Mesh_Workbench|Mesh Workbench]] is known for adding mesh objects, while the [[Part_Workbench|Part Workbench]] provides Part objects. In any FreeCAD session, if at least one document is open, that document is considered active and is displayed in the current 3D view. This is the document you are actively modifying. Switching tabs to another document makes the newly selected tab the active document, and most operations will be applied to it.
[[Image:Freecad-document-02.jpg]]


<!--T:6-->
<!--T:6-->
FreeCAD documents are saved in the .FcStd file format, which utilizes a zip-based compound structure akin to formats used by software like LibreOffice. If technical issues arise, the document can often be unzipped, allowing direct access to its contents for troubleshooting or data recovery purposes. This capability provides an additional safety net, ensuring that your design work can be preserved and recovered even under unexpected circumstances.
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|Mesh Workbench]] adds mesh objects, the [[Part_Workbench|Part Workbench]] adds Part objects, etc.


<!--T:7-->
<!--T:5-->
[[Image:FreeCAD_022_Document.png]]
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.

<!--T:8-->
FreeCAD documents are saved with the .FcStd extension, which is a zip-based compound format, similar to [https://www.libreoffice.org LibreOffice]. If something goes very wrong, it is often possible to unzip it and fix the problem or rescue the data.


<!--T:9-->
<!--T:9-->

Revision as of 23:09, 14 June 2024

A FreeCAD document forms the core of your design environment, encapsulating all the objects and elements that make up your scene. It can contain a variety of objects created across different workbenches, allowing for seamless integration and flexibility as you can switch between workbenches while working within the same document. A document is essentially the file that you save to your disk containing all your work, and FreeCAD allows you to open multiple documents simultaneously, as well as multiple views of the same document.

Within the document, you can organize objects into groups, each with a unique name for easy identification and management. This management of groups, objects, and their names chiefly occurs within the tree view. Here, users can craft new groups, assign objects to these groups, and perform deletions. More detailed customizations such as renaming objects, changing their visual properties like color, or adjusting visibility, can be done by right-clicking an object or a group in the Tree View. Additional functionalities may also be available depending on the active workbench.

Objects in a FreeCAD document vary widely in type, as each workbench introduces its unique kind of objects. For example, the Mesh Workbench is known for adding mesh objects, while the Part Workbench provides Part objects. In any FreeCAD session, if at least one document is open, that document is considered active and is displayed in the current 3D view. This is the document you are actively modifying. Switching tabs to another document makes the newly selected tab the active document, and most operations will be applied to it.

FreeCAD documents are saved in the .FcStd file format, which utilizes a zip-based compound structure akin to formats used by software like LibreOffice. If technical issues arise, the document can often be unzipped, allowing direct access to its contents for troubleshooting or data recovery purposes. This capability provides an additional safety net, ensuring that your design work can be preserved and recovered even under unexpected circumstances.

Read more