Difference between revisions of "BlenderBIM Add-on/BlenderBIM Add-on Clash detection"

From Wiki.OSArch
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{stub}}
 
{{BlenderBIM_Add-on_Documentation}}
 
{{BlenderBIM_Add-on_Documentation}}
= Clash detection =
+
= Description =
 +
BlenderBIM implements Clash Detection between IFC files.
  
Tutorial Videos:
+
= External Resources =
* [https://youtu.be/99i4leHzUC4 Clash Sets - Selector Syntax]
+
'''Blender BIM - Clash Sets''' shows the IFCClash tool from [[IfcOpenShell]] as implemented in [[BlenderBIM Add-on]]
 +
<div style="float: right; margin: 30px;"><youtube>https://www.youtube.com/watch?v=99i4leHzUC4</youtube></div>
 +
<br/>
 +
''Cómo detectar colisiones con BlenderBIM'' shows the process of importing two IFC files generated from [[ArchiCAD]] into BlenderBIM to execute a Clash Detection. After importing each IFC file into Blender via BlenderBIM, the Clash Detection tool generates a JSON file with all information on the clashing IFC elements. Afterwards, the JSON file is used to identify and select these elements. Note that both Blend files must be Linked.
 +
<div style="float: right; margin: 30px;"><youtube>https://www.youtube.com/watch?v=iwYKAxmba3A</youtube><br></div>
  
References:
+
 
[[IfcOpenShell_code_examples| IfcOpenShell code examples]] [[Category:BlenderBIM Add-on]]
+
= See also =
 +
[[IfcOpenShell_code_examples| IfcOpenShell code examples]]
 +
 
 +
[[Category:BlenderBIM Add-on]]

Revision as of 20:00, 16 January 2022

This page is unfinished. Feel free to help the project by sharing your knowledge about this subject.

Please remove this "BlenderBIM_Addon_Documentation" template.

Description

BlenderBIM implements Clash Detection between IFC files.

External Resources

Blender BIM - Clash Sets shows the IFCClash tool from IfcOpenShell as implemented in BlenderBIM Add-on


Cómo detectar colisiones con BlenderBIM shows the process of importing two IFC files generated from ArchiCAD into BlenderBIM to execute a Clash Detection. After importing each IFC file into Blender via BlenderBIM, the Clash Detection tool generates a JSON file with all information on the clashing IFC elements. Afterwards, the JSON file is used to identify and select these elements. Note that both Blend files must be Linked.



See also

IfcOpenShell code examples