Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a simple wall with property set and quantity information | IfcOpenShell Academy #4

Open
IfcOpenBot opened this issue Aug 14, 2021 · 3 comments

Comments

@IfcOpenBot
Copy link

#Creating a simple wall with property set and quantity information | IfcOpenShell Academy

url

@IfcOpenBot
Copy link
Author

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 ?

@IfcOpenBot
Copy link
Author

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.

@IfcOpenBot
Copy link
Author

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant