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