|
LCVisitorSuperPosition Constructor
|
Initializes a new instance of the
LCVisitorSuperPosition class.
Create a new visitor for creating load-case superpositions based on CombinationSentences.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LCVisitorSuperPosition(
IReadOnlyList<string> load_case_ids,
RecoveryMode recovery_mode = RecoveryMode.stop
)
Public Sub New (
load_case_ids As IReadOnlyList(Of String),
Optional recovery_mode As RecoveryMode = RecoveryMode.stop
)
public:
LCVisitorSuperPosition(
IReadOnlyList<String^>^ load_case_ids,
RecoveryMode recovery_mode = RecoveryMode::stop
)
new :
load_case_ids : IReadOnlyList<string> *
?recovery_mode : RecoveryMode
(* Defaults:
let _recovery_mode = defaultArg recovery_mode RecoveryMode.stop
*)
-> LCVisitorSuperPositionParameters
- load_case_ids
- Type: System.Collections.GenericIReadOnlyListString
List of load-case identifiers. - recovery_mode (Optional)
- Type: Karamba.Loads.CombinationsRecoveryMode
Defines behavior in case of input errors by the user.
See Also