-
IfcOpenshell inside Bonsai: load new elements without reloading the whole file?
by theoryshaw ·def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in project: collection_name -
IfcOpenshell inside Bonsai: load new elements without reloading the whole file?
by theoryshaw ·* https://community.osarch.org/search?Search=load_ifc_automatically -
[IfcOpenShell-Python] How do I change the color from an ifc entity?
by Coen ·+ filename)ifc_file.write(file_path)def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in pr -
Batch-Generate a library of IfcWallType with varying thickness
by Coen ·(Quote) -
Batch-Generate a library of IfcWallType with varying thickness
by theoryshaw ·Also added a little routine, here, to remove materials with your load_ifc_automatically function. -
[IfcOpenShell] Removing IFC data
by Coen ·def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in project: collection_name