ifcopenshell.api.structural.add_structural_load_group

Module Contents

ifcopenshell.api.structural.add_structural_load_group.add_structural_load_group(file: ifcopenshell.file, name: str = 'Unnamed', action_type: str = 'NOTDEFINED', action_source: str = 'NOTDEFINED') ifcopenshell.entity_instance

Adds a new load group, which is a collection of related loads

Parameters:
  • name – The name of the load group

  • action_type – Choose from EXTRAORDINARY_A, PERMANENT_G, or VARIABLE_Q, taken from the Eurocode standard.

  • action_source – The source of the load case, such as DEAD_LOAD_G, LIVE_LOAD_Q, TRANSPORT, ICE, etc. For the full list consult IfcActionSourceTypeEnum in the IFC documentation.

Returns:

The new IfcStructuralLoadCase