Click or drag to resize

LCSuperPosition Constructor (Model, ListDouble)

Initializes a new instance of the LCSuperPosition class. create new SuperPosition rule with factors given in LcFact.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LCSuperPosition(
	Model model,
	List<double> facs
)

Parameters

model
Type: Karamba.ModelsModel
model which carries the load-cases.
facs
Type: System.Collections.GenericListDouble
list of load-factors.
See Also