Click or drag to resize

ModelsetLoadCaseFactors Method

set the load case factors and the superimposition factors for calculating states and display displacements

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void setLoadCaseFactors(
	List<double> loadCaseFactors
)

Parameters

loadCaseFactors
Type: System.Collections.GenericListDouble
factors for scaling displacements and states of the elements
See Also