ifcopenshell.api.structural.edit_structural_load_case

Module Contents

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

Returns:

None

Return type:

None