|
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)
Syntaxpublic LCSuperPosition(
Model model,
double lcFact = 1
)
Public Sub New (
model As Model,
Optional lcFact As Double = 1
)
public:
LCSuperPosition(
Model^ model,
double lcFact = 1
)
new :
model : Model *
?lcFact : float
(* Defaults:
let _lcFact = defaultArg lcFact 1
*)
-> LCSuperPosition
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