Arch Проект

From FreeCAD Documentation
Revision as of 06:19, 26 August 2022 by Evgeniy (talk | contribs) (Created page with "Проект Arch - это специальный объект, предназначенный для улучшения совместимости с IFC фа...")

Проект

Системное название
Arch_Project
Расположение в меню
Arch → Проект
Верстаки
Arch
Быстрые клавиши
P O
Представлено в версии
-
См. также
Местность, Здание

Описание

Проект Arch - это специальный объект, предназначенный для улучшения совместимости с IFC файлами. Каждый файл IFC должен содержать IfcProject сущность. IfcProject в основном используется для определения общих параметров проекта, таких как проекционные системы, для совместимости с GIS или системы единиц измерения.

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.

Применение

  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.