Any idea how to filter out and select the glazed parts in an IFC-model without frames? Prefarble by selecting windows, doors and curtain panels separatly.
If they're glazed, is it an option to select by IfcMaterial?
Do you mean selecting with the Python API or just as an end-user?
Is it possible to share your IFC file?
Right now I would be happy to do this manually but since it is a part of a process, using Python would be better. Do you know how to select by IFCMaterial? I will try to upload a sample IFC but I need this to work for many different sources.
If IfcMaterial is attached to the object, you can do it this way. Since IfcMaterial is the same as a Blender Material.
If however, you have multiple IfcMaterials assigned to an object through IfcMaterialLayerSet , for example, i'm not sure how you could select all the objects through the UI. Would be curious too, if possible.
Comments
If they're glazed, is it an option to select by IfcMaterial?
Do you mean selecting with the Python API or just as an end-user?
Is it possible to share your IFC file?
Right now I would be happy to do this manually but since it is a part of a process, using Python would be better. Do you know how to select by IFCMaterial? I will try to upload a sample IFC but I need this to work for many different sources.
If IfcMaterial is attached to the object, you can do it this way. Since IfcMaterial is the same as a Blender Material.

If however, you have multiple IfcMaterials assigned to an object through IfcMaterialLayerSet , for example, i'm not sure how you could select all the objects through the UI. Would be curious too, if possible.