Click or drag to resize

StructuralLoadCombinationDataBaseTReference Constructor (TReference, Double, Double)

[This is preliminary documentation and is subject to change.]

Create a part of a StructuralLoadCombination with the provided StructuralLoadCase and factor and multiplier.

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralLoadCombinationDataBase(
	TReference loadCase,
	double factor = 1,
	double multiplier = 1
)

Parameters

loadCase
Type: TReference
The load case which should be included in the combination
factor (Optional)
Type: SystemDouble
The factor applied to values of the load case
multiplier (Optional)
Type: SystemDouble
The multiplier applied to values of the load case
See Also