Click or drag to resize

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)
Syntax
public LCVisitorSuperPosition(
	IReadOnlyList<string> load_case_ids,
	RecoveryMode recovery_mode = RecoveryMode.stop
)

Parameters

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