Difference between revisions of "BlenderBIM Add-on/BlenderBIM Add-on for building and exporting an IFC model"

From Wiki.OSArch
Line 1: Line 1:
 
==Building a BIM model==
 
==Building a BIM model==
Following the project structure set up either manually or with Quick project setup, you can build your model in any way you are used to in Blender. The most common modelling workflows for architecture are:
+
Following the [[Setting_up_a_BIM_Project_with_BlenderBIM_Add-on#Project structure|project structure]] set up either manually or with [[Setting_up_a_BIM_Project_with_BlenderBIM_Add-on#Quick project setup|Quick project setup]], you can build your model in any way you are used to in Blender. The most common modelling workflows for architecture are:
 +
*Using [https://blender-archipack.org/ Archipack] plugin
 +
*Using [http://nortikin.github.io/sverchok/ Sverchok] plugin
 
*Extruding 2D drawing
 
*Extruding 2D drawing
 
*Building with boxes
 
*Building with boxes
*Using Archipack plugin
 
*Using Sverchok plugin
 
 
In the end, all the objects in your model need to be properly [https://docs.blender.org/manual/en/latest/scene_layout/object/editing/parent.html parented (ctrl+p)], as well as [https://docs.blender.org/manual/en/latest/scene_layout/collections/introduction.html nested], to the correct project spaces - Project, Site, Building and Storey. Whether you do this after you are finished modelling, or already in the course of your work is up to you. It is, however, strongly recommended to adapt it into your workflow and to work with the parent spaces directly for anything but very simple, or existing projects, as it greatly helps managing the complexity of building models.
 
In the end, all the objects in your model need to be properly [https://docs.blender.org/manual/en/latest/scene_layout/object/editing/parent.html parented (ctrl+p)], as well as [https://docs.blender.org/manual/en/latest/scene_layout/collections/introduction.html nested], to the correct project spaces - Project, Site, Building and Storey. Whether you do this after you are finished modelling, or already in the course of your work is up to you. It is, however, strongly recommended to adapt it into your workflow and to work with the parent spaces directly for anything but very simple, or existing projects, as it greatly helps managing the complexity of building models.
  
Line 10: Line 10:
  
 
==Classifying Objects==
 
==Classifying Objects==
Apart from the correct spatial relation, defined by the project space parenthood and nesting, each object needs to have a proper IFC class. You can set the class of an object either by manually renaming it to "ifcNameOfClass/NameOfObject" or by using the <code>"Assign IFC Class"</code> command provided by the BlenderBIM add-on.
+
Apart from the correct spatial relation, defined by the project space parenthood and nesting, each object needs to have a proper [[Introduction_to_IFC#IFC classes|IFC class]]. You can set the class of an object either by manually renaming it to "ifcNameOfClass/NameOfObject" or by using the <code>"Assign IFC Class"</code> command provided by the BlenderBIM add-on.
  
 
To utilize the <code>"Assign IFC Class"</code> found under Scene > Building Information Modeling > IFC Categorization, you first need to select the object to be changed and select a proper Product, Class and Type from the respective lists. After running the command the object's name is updated and the class is applied.
 
To utilize the <code>"Assign IFC Class"</code> found under Scene > Building Information Modeling > IFC Categorization, you first need to select the object to be changed and select a proper Product, Class and Type from the respective lists. After running the command the object's name is updated and the class is applied.
Line 17: Line 17:
  
 
==Exporting to IFC==
 
==Exporting to IFC==
The correctly set up model can be easily exported as an IFC file with File > Export > Industry Foundation Classes (.ifc/.ifczip).
+
The correctly set up model can be easily exported as an [[Introduction_to_IFC#IFC formats|IFC file]] with File > Export > Industry Foundation Classes (.ifc/.ifczip).
  
 
Currently only selected objects are exported.
 
Currently only selected objects are exported.

Revision as of 17:07, 14 July 2020

Building a BIM model

Following the project structure set up either manually or with Quick project setup, you can build your model in any way you are used to in Blender. The most common modelling workflows for architecture are:

  • Using Archipack plugin
  • Using Sverchok plugin
  • Extruding 2D drawing
  • Building with boxes

In the end, all the objects in your model need to be properly parented (ctrl+p), as well as nested, to the correct project spaces - Project, Site, Building and Storey. Whether you do this after you are finished modelling, or already in the course of your work is up to you. It is, however, strongly recommended to adapt it into your workflow and to work with the parent spaces directly for anything but very simple, or existing projects, as it greatly helps managing the complexity of building models.

Any object not attached and nested to a project space parent and collection will be ignored on export.

Classifying Objects

Apart from the correct spatial relation, defined by the project space parenthood and nesting, each object needs to have a proper IFC class. You can set the class of an object either by manually renaming it to "ifcNameOfClass/NameOfObject" or by using the "Assign IFC Class" command provided by the BlenderBIM add-on.

To utilize the "Assign IFC Class" found under Scene > Building Information Modeling > IFC Categorization, you first need to select the object to be changed and select a proper Product, Class and Type from the respective lists. After running the command the object's name is updated and the class is applied.

Any object without an IFC class will be ignored on export.

Exporting to IFC

The correctly set up model can be easily exported as an IFC file with File > Export > Industry Foundation Classes (.ifc/.ifczip).

Currently only selected objects are exported.