Hey, im trying to change color of elements. But i cant seem to find the connections by element any ideas?
Thnx! Works like a charm
Thnx! Works like a charm
Hey, Im trying too get the BuildingStorey Value on each of my spaces. This is what im trying right now but its not correct. spaces = ifcfile.by_type("IfcSpace") for space in spaces: for rel_e in space.IsDefinedBy: if space.is_a('IfcRelContainedInSpatialStructure'): print("Floor Found") Any idea on what too change in the code?
hey, Im having some troubles. i am trying to list alle property name and values on everything in the model including propertysets. Anyone have a code for this? :)
Hey, Im trying too use a hyperlink in the IFC so it can be opned by solibri. When using a IfcText parameter it works but the hyperlink can only contain the path to the document. Is it possible to map a hyperlink to a parameter value? or have a text first then the value in a way. The picture explains how i want it. If i can manage this it will help me a LOT! I am using the IFCopenShell to edit these parameters
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.