If you're reading this, we've just migrated servers! If anything looks broken please email dion@thinkmoult.com :)

how to keep only the classes we are looking for in the ifc file (python)

data = ifc.by_type('ifcproduct')
dataKeep = ifc.by_type('IfcRoof'),ifc.by_type('IfcWall'), ifc.by_type('IfcPlate'), ifc.by_type('IfcColumn'), ifc.by_type('IfcSlab')

I want to save only the classes selected in the datakeep list
Thank you

Tagged:

Comments

Sign In or Register to comment.