civpy.structures.LoadCase¶
-
class
civpy.structures.LoadCase(name, node_loads=[], elem_loads=[])[source]¶ A class representing a structural load case.
Parameters: - name : str
The name of the load case.
- node_loads : list
A list of
NodeLoadto apply with the load case.- elem_loads : list
A list of
ElementLoadto apply with the load case.
Methods
set_elements(self, edict)Sets the element references for all element loads assigned to the load case. set_nodes(self, ndict)Sets the node references for all node loads assigned to the load case.