Click or drag to resize

StructuralLoadCombinationData Constructor

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

Base class of an object that holds information about a load case which is part of a StructuralLoadCombination

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

Parameters

loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
factor (Optional)
Type: SystemDouble
multiplier (Optional)
Type: SystemDouble
See Also