Previous topic

civpy.structures.Structure.plot_3d

Next topic

civpy.structures.LoadCase.set_elements

This Page

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 NodeLoad to apply with the load case.

elem_loads : list

A list of ElementLoad to 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.