BlenderBIM Add-on adding information to IFC

From Wiki.OSArch

Please remove this "BlenderBIM_Addon_Documentation" template.


Adding IFC attributes

Attributes are the basic object information and their structure comes hardcoded in the IFC schema. They contain the most rudimental data like Name, Description and Object type.

An Attribute can be added by selecting an object, going to Object properties >IFC Object > Attributes and picking a predefined Attribute name from the drop-down menu. A new line with the Attribute name is then added and the Attribute value can be filled in.

Object attributes UI

Adding IFC properties

Properties are often defined by users. There are predefined Property sets which add a batch of properties, but the users are also free to create their own.

A Property set can be added by selecting an object, going to Object properties >IFC Object Property sets and picking a predefined property set or a Custom_Pset from the drop-down menu. A new batch of lines with the properties is then added and the values can be filled in.

Adding IFC quantities

Quantities are linked to the IfcElement Class. There are predefined Quantity Take Off sets which add a batch of Quantities.

A QTO set can be added by selecting an object, going to Object properties >IFC Object Quantity sets and picking a predefined Quantity set. A new batch of lines with the Quantitie is then added and the values can be filled in.

The BlenderBIM add-on provides also a guessing feature to fill the quantities automatically. By clicking the button next to the quantity field, the quantity will be calculated and filled in. However, this feature has its obvious limits: the quantity in question has to be clearly defined by the geometry.