Arch Project/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/es |Sitio |Referencia |Arquitectura |IconL=Arch_Site.svg |IconC=Workbench_Arch.svg |IconR=Arch_Reference.svg }}")
(Created page with "{{GuiCommand/es |Name=Arch Project |Name/es=Arquitectura Proyecto |Workbenches=Arquitectura |MenuLocation=Arquitectura → Proyecto |Shortcut={{KEY|P}} {{KE...")
Line 9: Line 9:
}}
}}


{{GuiCommand
{{GuiCommand/es
|Name=Arch Project
|Name=Arch Project
|Name/es=Arquitectura Proyecto
|Workbenches=[[Arch Module|Arch]]
|Workbenches=[[Arch Module/es|Arquitectura]]
|MenuLocation=ArchProject
|MenuLocation=ArquitecturaProyecto
|Shortcut={{KEY|P}} {{KEY|O}}
|Shortcut={{KEY|P}} {{KEY|O}}
|SeeAlso=[[Arch Site|Arch Site]], [[Arch Building|Arch Building]]
|SeeAlso=[[Arch Site/es|Proyecto Sitio]], [[Arch Building/es|Proyecto Edificio]]
}}
}}



Revision as of 07:31, 14 May 2021

Arquitectura Proyecto

Ubicación en el Menú
Arquitectura → Proyecto
Entornos de trabajo
Arquitectura
Atajo de teclado por defecto
P O
Introducido en versión
-
Ver también
Proyecto Sitio, Proyecto Edificio

Descripción

The Arch Project is a special object suitable to add better compatibility with IFC files. Every IFC file is required to contain an IfcProject entity. The IfcProject is mostly used to define general project settings such as projection systems, for GIS compatibility, or units systems.

When exporting a FreeCAD model to the IFC file format, if your model does not contain any Project object, a default one will be created automatically, which in most cases will be sufficient. However, you might want to be able to fine-tune the project settings, in which case adding a Project object can be useful. When importing an IFC file, a Project object will always be created. However, if not specifically using it, you can simply delete it after import.

Note that, although any other BIM object can be added to a Project, which the IFC standard does not prohibit, the common way of doing is always to only have sites or buildings as direct children of a project. All other BIM objects should be inside these sites or buildings. The Project itself should always be at the top of your model structure, that is, it shouldn't be included in any other object.

Utilización

  1. Press the Arch Project button, or press the P then O keys.
  2. Add any object to your project by drag-and-dropping them onto the Project in the Tree view.