|
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)
Syntaxpublic LCSuperPosition(
Model model,
List<double> facs
)
Public Sub New (
model As Model,
facs As List(Of Double)
)
public:
LCSuperPosition(
Model^ model,
List<double>^ facs
)
new :
model : Model *
facs : List<float> -> LCSuperPosition
Parameters
- model
- Type: Karamba.ModelsModel
model which carries the load-cases. - facs
- Type: System.Collections.GenericListDouble
list of load-factors.
See Also