BIM Workbench/ru

In v1.0 the BIM, Native-IFC and Arch Workbenches have been merged into the integrated BIM Workbench.
This page has been updated for that version.
Иконка верстака BIM. Данный верстак является внешним.

Введение

The Верстак BIM обеспечивает современный рабочий процесс (Building Information Modelling) информационного моделирования зданий в FreeCAD с полностью параметрическими объектами, такими как стены, балки, крыши, окна, лестницы, трубы и мебель. Он поддерживает Industry Foundation Classes (IFC) файлы и создание 2D-планов в сочетании с верстаком TechDraw.

Верстак BIM использует инструменты из Верстака Draft, поскольку строит параметрические 3D-объекты из 2D-объектов. Однако он может использовать твердые тела, созданные другими верстаками, например Part and PartDesign.

Если вы уже используете другое приложение BIM, обратите внимание на Руководство по миграции FreeCAD BIM.

Разработчики Draft, Arch и BEAM также сотрудничают с обширным сообществом OSArch, с целью улучшения процесса проектирования зданий с использованием свободного программного обеспечения.

Начало работы

При первом запуске верстака BIM отображается окно приветствия, дающее краткий обзор того, как работает верстак, и позволяющее пользователю запустить внутреннее руководство. Окно приветствия также доступно из меню help. После закрытия экрана приветствия нажатием кнопки ОК отображается окно настройки BIM, которое позволяет сразу установить некоторые из наиболее часто используемых настроек FreeCAD, связанных с BIM, без необходимости открывать Редактор настроек FreeCAD.

Инструмент Настройка BIM позволяет быстро настроить проект, указав некоторую базовую информацию. Теперь вы можете, например, воспользоваться инструментами 2D-черчения для создания направляющих и базовых линий, а затем с помощью инструментов 3D-моделирования автоматически создать из них 3D-объекты BIM. Например, линия может стать стеной, если просто выбрать ее и нажать кнопку Стена.

Основные элементы здания, такие как стены или колонны, легко создаются нажатием соответствующей кнопки на панели инструментов и щелчком по точкам в 3D-виде. После создания их можно перемещать, вращать и редактировать. Большинство элементов BIM создаются на текущей рабочей плоскости, поэтому обычный рабочий процесс включает в себя сначала размещение рабочей плоскости, а затем создание элемента BIM. Более сложные элементы можно создавать, сначала рисуя 2D-элементы, а затем используя один из инструментов BIM для преобразования их в нужный элемент.

Элементы строительных проектов можно организовать с помощью территорий (местностей), зданий и уровней, как это обычно делается в других приложениях BIM. Однако в FreeCAD такие структуры не являются обязательными, и вы можете организовать элементы модели так, как считаете нужным, например, с помощью групп.

2D drawings can be generated from a model to represent plan, section or elevation views. To generate such a drawing,section planes are placed in the model, to indicate where it should be cut or viewed from. Once the section planes are in place, two methods are possible:

  1. Create projected views in the document using shape views, then add all the necessary annotations such as texts and dimensions, then put all this on a page. This is the recommended way, as it offers more flexibility.
  2. Create a view on a page directly from the section plane. Then all the needed 2D annotations must either be added to the section plane, or done directly on the page. This is less flexible.

Finally, quantities schedules can be created using the schedule tool.

If you are used to another BIM application, check our BIM application compatibility table to get your bearings when starting with FreeCAD.

The in-game tutorial is an easy way to quickly get on track with the BIM workbench.

Tools

The BIM workbench gathers tools from several other FreeCAD workbenches, mainly Draft and Part, roughly reorganized in logical categories.

Additionally, if such addons are installed, tools from Reinforcement (extra reinforcing bar tools), Fasteners (bolts and screws), Flamingo/Dodo (metal structure and piping tools) and Parts Library are automatically included in the BIM workbench.

The BIM workbench also adds a series of items in the status bar of FreeCAD, and a couple of context menu items, accessible by right-clicking in the 3D view or in the tree view.

2D drafting

2D objects are commonly used as drafting aids, or to draw base lines and profiles to build BIM objects on. They can also be used to draw symbols and annotations in your model. Apart from sketches, that use their own coordinate system, 2D objects will be drawn on the current working plane.

  • Sketch: Creates‎ a new sketch and enters sketch edit mode. Sketches are advanced 2D objects with constraints support.
  • Line: Creates a straight line.
  • Polyline: Creates a polyline (also called wire), a sequence of several connected line segments.
  • Circle: Creates a circle from a center and a radius.
  • Arc: Creates a circular arc from a center, a radius, a start angle and an aperture angle.
  • Arc by 3 points: Creates a circular arc from three points that define its circumference.
  • Fillet: Creates a fillet, a rounded corner, or a chamfer, a straight edge, between two Draft Lines.
  • Ellipse: Creates an ellipse from two points defining a rectangle in which the ellipse will fit.
  • Polygon: Creates a regular polygon from a center and a radius.
  • Rectangle: Creates a rectangle from two points.
  • B-spline: Creates a B-spline curve from several points.
  • Point: Creates a simple point.

3D/BIM

3D and BIM objects are the real-world elements that will compose your BIM project.

  • Project: Creates an IFC 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.
  • Space: Creates a space object.
  • Wall: Creates a wall from scratch or using a selected object as a base.
  • Curtain Wall: Creates a curtain wall from scratch or using a selected object as a base.
  • Column: Creates a vertical structural element at a given point, optionally using a selected object as a profile.
  • Beam: Creates a horizontal structural element between two points, optionally using a selected object as a profile.
  • Slab: Creates a flat structural element by extruding a selected flat object.
  • Door: Creates a Window object using door presets.
  • Window: Creates a window from scratch or using a selected object as a base.
  • Pipe: Creates a pipe.
  • Connector: Creates a corner or T-connection between 2 or 3 selected pipes.
  • Stairs: Creates a stairs object.
  • Roof: Creates a sloped roof from a selected wire.
  • Panel: Creates a panel object from a selected 2D object.
  • Frame: Creates a frame object from a selected layout.
  • Fence: Creates a fence object from a selected post and path.
  • Truss: Creates a truss from a selected line or from scratch.
  • Equipment: Creates an equipment or furniture object.
  • Reinforcement tools:
These tools, except the first, are only available if the Reinforcement Workbench has been installed.
  • Custom Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch.
  • 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.
  • Generic 3D tools:
These tools build generic 3D objects that can be turned or used into BIM components.
  • Profile: Creates a parametric 2D profile.
  • Box: Creates a box by specifying its dimensions graphically.
  • Shape builder...: Creates more complex shapes from various geometric primitives.
  • Facebinder: creates a surface object from selected faces.
  • Component: Creates a non-parametric Arch component.

Annotation

Annotations are visual help objects that can be placed inside your model. They can be used to export your model directly to a 2D format like DXF, or reused when creating 2D views of your model with the TechDraw Workbench.

  • Text: Creates a 2D text in a document or on a TechDraw page.
  • Vertical dimension: Creates a vertical dimension between two points or from a selected edge.
  • Leader: Creates a 2-segment polyline with an arrow at its end, to be used as a leader line in conjunction with a Text.
  • Label: Creates a multi-line text with a 2-segment leader line and an arrow.
  • Hatch: Creates hatches on the planar faces of a selected object.
  • Axis: Adds a 1-direction array of axes.
  • Axis System: Adds an axis system composed of several axes.
  • Grid: Adds a grid-like object.
  • Create 2D views:
  • 2D Drawing: Creates a container to hold 2D projections.
  • Insert view: Creates a view of the selected object(s) such as a Section plane or a Group containing the different elements of a 2D view.

Snapping

This menu contains the Draft Snap tools as well as the following tools:

Modify

  • Move: Moves or copies selected objects from one point to another.
  • Copy: Copies selected objects from one point to another.
  • Rotate: Rotates or copies selected objects around a center point by a given angle.
  • Clone: Clones selected objects.
  • Offset: Offsets each segment of a selected object over a given distance, or creates an offset copy of the selected object.
  • 2D Offset...: Constructs a parallel wire at a given distance from the original, or enlarges/shrinks a planar face (parametric version). This is the same tool as Part Offset2D.
  • Trimex: Trims or extends a selected object.
  • Scale: Scales or copies selected objects around a base point.
  • Stretch: Stretches objects by moving selected points.
  • Upgrade: Upgrades selected objects.
  • Array: Creates an orthogonal array from a selected object. It can optionally create a Link array.
  • Path array: Creates an array from a selected object by placing copies along a path.
  • Polar array: Creates an array from a selected object by placing copies along a circumference. It can optionally create a Link array.
  • Point array: Creates an array from a selected object by placing copies at the points from a point compound.
  • Mirror: Creates mirrored copies from selected objects.

Manage

  • BIM Setup...: Configures some of the FreeCAD preferences most commonly used for BIM.
  • Views manager: Manage the different views and levels of your project.
  • Schedule: Creates different types of schedules.
  • Annotation styles...: Allows you to define styles that affect the visual properties of annotation-like objects.

Utils

  • Move to Trash: Moves selected objects to a Trash group, which gets created if necessary
  • 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.
  • Survey: Enters or leaves surveying mode.
  • IFC Diff: Shows a visual diff between two IFC files
  • IFC explorer: Opens a tool to explore the structure of an IFC file prior to importing
  • Unclone: Makes a cloned object independent from its original object
  • Reextrude: Recreates an extrusion from a shape that has lost its parametric extrusion by selecting a base face
  • Panel tools:
  • 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.
  • Structure tools:
  • Structure: Creates a structural element from scratch or using a selected object as a base.
  • Nudge:

Status bar

The status bar contains a few buttons that allow to easily change different states:

  • Toggle Views: Shows or hides the BIM Views panel.
  • Cycle background: Cycles between vertical gradient, radial gradient and simple color background modes. This can be used to toggle between a dark background for modelling and a white background for 2D drawing.

Tree view context menu

TBD

3D view context menu

TBD

Obsolete tools

  • Arch 3Views: Creates top, front and side views from a mesh. Not available in 1.0 and above.
  • Arch MultiMaterial: Creates a multi-material and attributes it to selected objects, if any. Not available in 1.0 and above. Use BIM Material instead.
  • Arch Project: Creates a project including selected objects. Not available in 1.0 and above. Use BIM Project instead.
  • Arch SetMaterial: Creates a material and attributes it to selected objects, if any. Not available in 1.0 and above. Use BIM Material instead.

Preferences

  • Preferences: General preferences for the BIM Workbench.
  • Fine tuning: Extra parameters to fine-tune BIM behavior.

Working with IFC

The BIM workbench works natively with Industry Foundation Classes (IFC) files. Native means there is no more translation between the IFC contents and FreeCAD: The IFC contents are directly rendered in FreeCAD, and any change affects the IFC contents directly. Read more on Native IFC.

If you don't plan to work with others, and have no need for IFC, you can still use the BIM workbench tools and simply ignore anything related to IFC. You can still export your model to IFC anytime.

The old Arch IFC importer is disabled by default in FreeCAD, but still available from Python.

There is also a specific Native IFC Tutorial that explains the concepts further.

File formats

  • IFC: industry foundation classes
  • DAE: Collada mesh format
  • OBJ: OBJ mesh format (export only)
  • JSON: JavaScript Object Notation format (export only)
  • 3DS: 3DS format (import only)
  • SHP: GIS Shapefiles (import only)

API

The Arch module can be used in Python scripts and macros using the Arch Python API functions.

Tutorials and learning

Example files