Creating a simple wall with property set and quantity information | IfcOpenShell Academy
Opened this issue · 3 comments
#Creating a simple wall with property set and quantity information | IfcOpenShell Academy
Original comment by Omar zerhouni on 2021-01-04 08:12:44
Hi,
I am following the recipe, but getting an error in create_ifclocalplacement part.
Traceback (most recent call last):
File "C:/Users/TOSHIBA/AppData/Roaming/JetBrains/PyCharmCE2020.2/scratches/TestZone.py", line 103, in
site_placement = create_ifclocalplacement(ifcfile)
File "C:/Users/TOSHIBA/AppData/Roaming/JetBrains/PyCharmCE2020.2/scratches/TestZone.py", line 25, in create_ifclocalplacement
axis2placement = create_ifcaxis2placement(ifcfile, point, dir1, dir2)
File "C:/Users/TOSHIBA/AppData/Roaming/JetBrains/PyCharmCE2020.2/scratches/TestZone.py", line 17, in create_ifcaxis2placement
point = ifcfile.createIfcCartesianPoint(point)
File "C:\ProgramData\Anaconda3\envs\EnvPy36\lib\site-packages\ifcopenshell\file.py", line 83, in create_entity
self.wrapped_data.add(e.wrapped_data)
File "C:\ProgramData\Anaconda3\envs\EnvPy36\lib\site-packages\ifcopenshell\ifcopenshell_wrapper.py", line 1478, in add
return _ifcopenshell_wrapper.file_add(self, entity)
TypeError: in method 'file_add', argument 2 of type 'IfcUtil::IfcBaseClass *'
Is the recipe still operating with the new updates ?
Original comment by Mohammad Najjar on 2021-07-01 16:40:19
This looks very interesting. I don't know how far this can go! Will we be able to create a bim creation tool starting from here? obviously we can create levels, wall, windows and maybe slabs. So it worth trying.
Original comment by Mohammad Najjar on 2021-07-01 16:40:19
This looks very interesting. I don't know how far this can go! Will we be able to create a bim creation tool starting from here? obviously we can create levels, wall, windows and maybe slabs. So it worth trying.
Original comment by thomas on 2021-08-07 12:49:18
Be sure to have a look at https://blenderbim.org/