Structure.scale_loads
- Structure.scale_loads(loads, factor)[source]
Scales loads by a given factor.
- Parameters
loads (dict) – Dictionary containing the loads to scale.
factor (float) – Factor to scale the loads by.
- Returns
dict – The scaled loads dictionary.