ifcopenshell.api.structural.edit_structural_load
¶
Module Contents¶
- ifcopenshell.api.structural.edit_structural_load.edit_structural_load(file: ifcopenshell.file, structural_load: ifcopenshell.entity_instance, attributes: dict[str, Any]) None ¶
Edits the attributes of an IfcStructuralLoad
For more information about the attributes and data types of an IfcStructuralLoad, consult the IFC documentation.
- Parameters:
structural_load (ifcopenshell.entity_instance) – The IfcStructuralLoad entity you want to edit
attributes (dict) – a dictionary of attribute names and values.
- Returns:
None
- Return type:
None