Click or drag to resize

LCSuperPosition Constructor (String, Double)

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(
	string id,
	double fac = 1
)

Parameters

id
Type: SystemString
name of the load-case.
fac (Optional)
Type: SystemDouble
load-factor for the load-cases. By default 1.0.
See Also