Hey,
I have a case im trying too solve. I want too make a program that Creates a Pset on spaces in the IFC model.
The goal is too make a program that creates a Pset and changes Values on the properties i made. Its for a quality check so when a worker is finished with his part of the job. He can then go on the program and write a boolean true or false on whenever he is finieshed with the room or not.
So anytips on how to create a Pset on spaces and change values on the elements.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I have a case im trying too solve. I want too make a program that Creates a Pset on spaces in the IFC model.
The goal is too make a program that creates a Pset and changes Values on the properties i made. Its for a quality check so when a worker is finished with his part of the job. He can then go on the program and write a boolean true or false on whenever he is finieshed with the room or not.
So anytips on how to create a Pset on spaces and change values on the elements.
Hi,
You didn't mention whether you use C++ or Python for this. But this example creates some data in Python: http://academy.ifcopenshell.org/creating-a-simple-wall-with-property-set-and-quantity-information/
Kind regards,
Thomas