Difference between revisions of "BlenderBIM Add-on"

From Wiki.OSArch
(22 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
{{BlenderBIM_Add-on_Documentation}}
 
{| class="wikitable" style="float:right; margin-left: 10px;"
 
{| class="wikitable" style="float:right; margin-left: 10px;"
!colspan="2"|[[File:Ifcopenshell logo.png|64x64px]]
+
!colspan="2"|[[File:Logo_blenderbim.svg|200px]]
 
|-
 
|-
 
!colspan="2"|[[File:Blenderbim-screenshot.png|400px]]
 
!colspan="2"|[[File:Blenderbim-screenshot.png|400px]]
Line 26: Line 27:
 
|}
 
|}
  
The BlenderBIM Add-on is an add-on to [[Blender]]. It provides functions related to OpenBIM reading, writing, and analysis.
+
= Description =
  
=Features=
+
The BlenderBIM Add-on is a part of our [[:Category:Blender_Add-on]]s. It provides functions related to [[OpenBIM]] reading, writing, and analysis through a user interface to IfcOpenShell.
  
 +
BlenderBIM is alpha software, expect things to change and break. It is not ready for regular production work if you're not willing to expend a lot of pain and effort. Please read the [[BlenderBIM_Add-on_Roadmap]] to understand progress on the software.
 +
 +
You can find ways to offer financial support in the [[Donation_Directory]].
 +
 +
== Features ==
 +
 +
* [[BlenderBIM Add-on featured projects|Featured projects]]
 
* Import <code>.ifc</code>, <code>.ifczip</code>, and <code>.ifcxml</code> formats
 
* Import <code>.ifc</code>, <code>.ifczip</code>, and <code>.ifcxml</code> formats
 
* Export <code>.ifc</code>, <code>.ifczip</code>, and <code>.ifcjson</code> formats
 
* Export <code>.ifc</code>, <code>.ifczip</code>, and <code>.ifcjson</code> formats
 +
* Checking IFC data against an [https://technical.buildingsmart.org/standards/information-delivery-manual/ Information Delivery Manual] with [[Using_MicroMVDs_for_exchange_requirements|MicroMVDs]]
 
* Provide an interface to manage IFC data, including:
 
* Provide an interface to manage IFC data, including:
 
** Assigning IFC classes
 
** Assigning IFC classes
Line 38: Line 47:
 
** Assigning quantities and quantity sets to IFC elements
 
** Assigning quantities and quantity sets to IFC elements
 
** Calculating quantities of IFC geometry
 
** Calculating quantities of IFC geometry
 +
* [[Clash detection]]
  
=Getting started=
+
== Learn More ==
  
 
The BlenderBIM website has a tutorial to export your first model.
 
The BlenderBIM website has a tutorial to export your first model.
Line 51: Line 61:
 
* [[Setting up a BIM Project with BlenderBIM Add-on]]
 
* [[Setting up a BIM Project with BlenderBIM Add-on]]
 
* [[Building and exporting an IFC model with BlenderBIM Add-on]]
 
* [[Building and exporting an IFC model with BlenderBIM Add-on]]
 +
* [[BlenderBIM Add-on adding information to IFC]]
 
* [[Exporting 2D documentation with BlenderBIM Add-on]]
 
* [[Exporting 2D documentation with BlenderBIM Add-on]]
 +
* [[Adding labels linked to properties and quantities]]
 
* [[A simple step by step example of a project with BlenderBIM Add-on]]
 
* [[A simple step by step example of a project with BlenderBIM Add-on]]
 +
* [[BlenderBIM and COBie]]
 +
* [https://community.osarch.org/discussion/160/5d-blenderbim-a-tool-for-quantity-surveyors-or-cost-engineers 5D-BlenderBim: A tool for Quantity Surveyors or Cost Engineers]
 +
 +
We are collecting tips, tricks and best practices for using the BlenderBIM Add-on on this page:
 +
* [[BlenderBIM Useful Tips]]
 +
* [[BlenderBIM Add-on FAQ]] Collection of Questions [https://community.osarch.org/ from Forum]
  
=Advanced usage=
+
==Advanced usage==
  
 
* [[BlenderBIM Add-on code examples]]
 
* [[BlenderBIM Add-on code examples]]
  
=Getting involved=
+
= External Resources =
 
+
<div style="float: right; margin: 10px;"><youtube width="400" height="240">https://www.youtube.com/watch?v=ZeMkG6jTzAg&list=PLUIgjxgKOw-p2PXjanhYszjmbXcSUKIrK</youtube></div>
TODO
+
* [https://community.osarch.org/profile/condur Petru Conduraru] of the BIMVoice [https://www.youtube.com/channel/UCPKI_VFw_UHYwEB3WeP69Sw Youtube Channel] and [https://bimvoice.com/ Podcast] has some introductory videos and a [https://www.youtube.com/playlist?list=PLUIgjxgKOw-p2PXjanhYszjmbXcSUKIrK playlist] focusing on BlenderBIM Add-on.
 
+
* "[https://vimeo.com/479924151 A Modular Toolkit for Developing openBIM Data Pipelines]" presentation to [[buildingSmart]], 20 minute video. The project won the 2020 Technology Award. The toolkit includes [[BlenderBIM Add-on]] and it's components IFC Diff, IFC Clash, BIM Tester, IFC Patch, IFC CSV and IFC CoBie
==Financial support==
 
  
* Donate to [https://liberapay.com/dionmoult/ Dion Moult]
+
{{Template:Software}}
 +
[[Category:BlenderBIM Add-on]]
 +
[[Category:Blender Add-on]]

Revision as of 19:56, 2 April 2021

Please remove this "BlenderBIM_Addon_Documentation" template.

Logo blenderbim.svg
Blenderbim-screenshot.png
Website https://blenderbim.org
Source Github
License LGPL-2.0
Bugs Github
Community

Description

The BlenderBIM Add-on is a part of our Category:Blender_Add-ons. It provides functions related to OpenBIM reading, writing, and analysis through a user interface to IfcOpenShell.

BlenderBIM is alpha software, expect things to change and break. It is not ready for regular production work if you're not willing to expend a lot of pain and effort. Please read the BlenderBIM_Add-on_Roadmap to understand progress on the software.

You can find ways to offer financial support in the Donation_Directory.

Features

  • Featured projects
  • Import .ifc, .ifczip, and .ifcxml formats
  • Export .ifc, .ifczip, and .ifcjson formats
  • Checking IFC data against an Information Delivery Manual with MicroMVDs
  • Provide an interface to manage IFC data, including:
    • Assigning IFC classes
    • Assigning attributes to IFC elements
    • Assigning properties and property sets to IFC elements
    • Assigning quantities and quantity sets to IFC elements
    • Calculating quantities of IFC geometry
  • Clash detection

Learn More

The BlenderBIM website has a tutorial to export your first model.

You can then read these articles to learn to use the add-on in more detail.

We are collecting tips, tricks and best practices for using the BlenderBIM Add-on on this page:

Advanced usage

External Resources

This page describes a software project from our AEC Free Software directory