BIM ProjectManager/en: Difference between revisions

From FreeCAD Documentation
m (FuzzyBot moved page BIM Project/en to BIM ProjectManager/en without leaving a redirect: Part of translatable page "BIM Project")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{GuiCommandAddon
|[[BIM_Views|Views]]
|Name=BIM Project
|[[BIM_Windows|Windows]]
|Workbenches=[[BIM Workbench|BIM]]
|[[BIM_Workbench|BIM]]
|Addon=BIM
|IconL=BIM_Views.svg
|IconR=BIM_Windows.svg
|IconC=Workbench_BIM.svg
}}

{{GuiCommand
|Name=BIM ProjectManager
|MenuLocation=Manage → Manage project...
|MenuLocation=Manage → Manage project...
|Workbenches=[[BIM_Workbench|BIM]]
}}
}}


==Description==
==Description==


[[Image:BIM project screenshot.png|1024px]]
[[Image:BIM project screenshot.png|600px]]


The project setup dialog is a wizard dialog that allows you to create a basic set of guide objects in the current document or in a new document, that will help you to start modeling a BIM project.
The project setup dialog is a wizard dialog that allows you to create a basic set of guide objects in the current document or in a new document, that will help you to start modeling a BIM project.
Line 29: Line 37:


Alternatively, you can also save the contents of the current document as a template. This will save the currently opened document as a standard '''.FCStd''' file, but also include additional BIM settings like the current working plane, or current units. By using the '''restore''' option anytime, the contents of that template file will be merged into the active document and all settings found in it applied.
Alternatively, you can also save the contents of the current document as a template. This will save the currently opened document as a standard '''.FCStd''' file, but also include additional BIM settings like the current working plane, or current units. By using the '''restore''' option anytime, the contents of that template file will be merged into the active document and all settings found in it applied.


{{Docnav
|[[BIM_Views|Views]]
|[[BIM_Windows|Windows]]
|[[BIM_Workbench|BIM]]
|IconL=BIM_Views.svg
|IconR=BIM_Windows.svg
|IconC=Workbench_BIM.svg
}}

{{BIM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 14:56, 11 June 2024

BIM ProjectManager

Menu location
Manage → Manage project...
Workbenches
BIM
Default shortcut
None
Introduced in version
-
See also
None

Description

The project setup dialog is a wizard dialog that allows you to create a basic set of guide objects in the current document or in a new document, that will help you to start modeling a BIM project.

The project setup dialog can create:

  • A new document. Alternatively, the other objects will be created in the currently opened document.
  • A site. The Site object represents a piece of terrain, where your project will be located. You can give it a number of useful properties, such as street address and earth coordinates. Upon creation, the site is just an empty container for other BIM objects, but a 3D object representing the actual terrain can be attached to it later on.
  • A building. The Building object is a container for all the BIM objects that will belong to a same building. You can define a building type, and give it gross rectangular dimensions, that will be represented as a rectangle drawn on the ground (X,Y) plane.
  • A set of axes, by defining their number and spacing. Axes are used as guidelines to align 2D and 3D objects. These axes can be modified or new axes introduced later on.
  • A set of BuildingParts to represent levels. BuildingParts are generic BIM container objects that can be used to group other BIM objects in a number of meaningful ways, such as repeatable components or building levels.
  • A set of default groups inside each level. Groups can be used to organize your BIM objects in clearer categories, such as "Walls" or "Columns". They have no impact on the model itself, but often help to make your model structure clearer when it contains a lot of objects.

Templates

The Project tool supports two kinds of templates: Once you have filled the different options, the contents of the BIM project setup wizard can be saved as a template. These templates can be restored and adapted at a later time. Project templates are stored as plain text files in your FreeCAD user folder.

Alternatively, you can also save the contents of the current document as a template. This will save the currently opened document as a standard .FCStd file, but also include additional BIM settings like the current working plane, or current units. By using the restore option anytime, the contents of that template file will be merged into the active document and all settings found in it applied.