Click or drag to resize

LCSuperPosition Constructor (Model, Double)

Initializes a new instance of the LCSuperPosition class. create new SLCuperPosition 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,
	double lcFact = 1
)

Parameters

model
Type: Karamba.ModelsModel
model which carries the load-cases.
lcFact (Optional)
Type: SystemDouble
load-factor for all present load-cases. By default 1.0.
See Also