Верстак Arch

From FreeCAD Documentation
Revision as of 12:21, 2 August 2022 by Hnkmaxim (talk | contribs)
Логотип верстака Arch

Введение

Верстак Arch обеспечивает современный процесс информационного моделирования здания (Building Information Modeling, BIM) внутри FreeCAD, c поддержкой таких функций как полностью параметрические архитектурные элементы вроде стен, балок, крыш, окон, лестниц, труб и фурнитуры. Он поддерживает Industry Foundation Classes (IFC) данные, и создание двумерных планов строений совместно с верстаком TechDraw.

Верстак Arch импортирует все инструменты из верстака Draft, используя двумерные объекты для построения архитектурных объектов. В то же время Arch так же использует твердотельные объекты, созданные в других верстаках вроде Part и PartDesign.

Функциональность BIM во FreeCAD сейчас постепенно разделяется на описываемый верстак Arch, который содержит все архитектурные инструменты, и верстак BIM, который можно установить через Addon Manager. Этот верстак добавит новые инструменты в интерфейсе программы поверх инструментов Архитектурного Модуля, с тем чтобы сделать рабочий процесс BIM в FreeCAD более интуитивно понятным и удобным для пользователя.

The developers of Draft, Arch, and BIM also collaborate with the greater OSArch community, with the ultimate goal of improving building design by using entirely free software.

Инструменты

Эти инструменты используются для создания архитектурных объектов.

  • Wall: Creates a wall from scratch or using a selected object as a base.
  • Structure: Creates a structural element from scratch or using a selected object as a base.
  • Straight Rebar: Creates a straight reinforcement bar in a selected structural element.
  • U-Shape Rebar: Creates a U-shape reinforcement bar in a selected structural element.
  • L-Shape Rebar: Creates an L-shape reinforcement bar in a selected structural element.
  • Stirrup: Creates a stirrup reinforcement bar in a selected structural element.
  • Bent-Shape Rebar: Creates a bent-shape reinforcement bar in a selected structural element.
  • Helical Rebar: Creates a helical reinforcement bar in a selected structural element.
  • Custom Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch.
  • Building Part: Creates a building part including selected objects.
  • Project: Creates a project including selected objects.
  • Site: Creates a site including selected objects.
  • Building: Creates a building including selected objects.
  • Level: Creates a floor including selected objects.
  • Window: Creates a window from scratch or using a selected object as a base.
  • Roof: Creates a sloped roof from a selected wire.
  • Axis: Adds a 1-direction array of axes.
  • Axis System: Adds an axis system composed of several axes.
  • Grid: Adds a grid-like object.
  • Space: Creates a space object.
  • Stairs: Creates a stairs object.
  • Panel: Creates a panel object from a selected 2D object.
  • Panel Cut: Creates a 2D cut view from a panel.
  • Panel Sheet: Creates a 2D cut sheet including panel cuts or other 2D objects.
  • Nest: Allows to nest several flat objects inside a container shape.
  • Equipment: Creates an equipment or furniture object.
  • Frame: Creates a frame object from a selected layout.
  • Material: Creates a material and attributes it to selected objects, if any.
  • Multi-Material: Creates a multi-material and attributes it to selected objects, if any.
  • Schedule: Creates different types of schedules.
  • Pipe: Creates a pipe.
  • Connector: Creates a corner or T-connection between 2 or 3 selected pipes.

Инструменты изменения

Эти инструменты предназначены для изменения архитектурных объектов.

  • Survey: Enters or leaves surveying mode.

Утилиты

Это дополнительные инструменты, которые помогут вам в решении конкретных задач.

  • Component: Creates a non-parametric Arch component.
  • Split Mesh: Splits a selected mesh into separate components.
  • Mesh to Shape: Converts a mesh into a shape, unifying coplanar faces.
  • Close holes: Closes holes in a selected shape-based object.
  • Check: Check if the selected objects are solids and don't contain defects.

Настройки

  • Настройки: предпочтения для стен, структур, арматуры, окон, лестниц, панелей, труб, сеток и осей.

Форматы файлов

  • IFC : Классы строительной индустрии
  • DAE : Формат сеток Collada
  • OBJ : Формат сеток Obj (только экспорт)
  • JSON : Формат JavaScript Object Notation (только экспорт)
  • 3DS : Формат 3DS (только импорт)
  • SHP: GIS Shapefiles (только импорт)

Программный интерфейс

В архитектурном модуле можно использовать скрипты Python и макросы, используя функции Arch Python API.

Учебники