ifcopenshell.api.structural.edit_structural_load

Module Contents

ifcopenshell.api.structural.edit_structural_load.edit_structural_load(file, structural_load=None, attributes=None) 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, optional) – a dictionary of attribute names and values.

Returns:

None

Return type:

None