Click or drag to resize

ModelsetLoadCaseFactors Method

set the load case factors and the SuperPosition factors for calculating states and display displacements.

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

Parameters

visibleLoadCase
Type: SystemInt32
currently visible load-vcase in the model.
loadCaseFactors
Type: System.Collections.GenericListDouble
factors for scaling displacements and states of the elements.
See Also