ifcopenshell.util.fm
¶
Module Contents¶
- ifcopenshell.util.fm.get_cobie_components(ifc_file: ifcopenshell.file) list[ifcopenshell.entity_instance] ¶
- ifcopenshell.util.fm.get_cobie_types(ifc_file: ifcopenshell.file) list[ifcopenshell.entity_instance] ¶
- ifcopenshell.util.fm.get_fmhem_classes(schema: Literal['IFC4', 'IFC2X3'] = 'IFC4') dict[str, list[str]] ¶
- ifcopenshell.util.fm.get_fmhem_types(ifc_file: ifcopenshell.file) list[ifcopenshell.entity_instance] ¶
- ifcopenshell.util.fm.cobie_component_classes = ['IfcBuildingElementProxy', 'IfcChimney', 'IfcCovering', 'IfcDoor', 'IfcShadingDevice',...¶
- ifcopenshell.util.fm.cobie_type_classes = ['IfcDoorStyle', 'IfcBuildingElementProxyType', 'IfcChimneyType', 'IfcCoveringType',...¶
- ifcopenshell.util.fm.fmhem_classes_ifc2x3 = ['IfcDoorStyle', 'IfcWindowStyle', 'IfcShadingDeviceType', 'IfcDistributionControlElementType',...¶
- ifcopenshell.util.fm.fmhem_classes_ifc4 = ['IfcDoorType', 'IfcWindowType', 'IfcShadingDeviceType', 'IfcDistributionControlElementType',...¶
- ifcopenshell.util.fm.fmhem_excluded_classes = ['IfcCooledBeamType', 'IfcBurnerType', 'IfcCoilType', 'IfcLampType']¶