Click or drag to resize

StructuralLoadCombination Constructor

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

Create a load combination with the provided LoadCaseCombinationCategory and StructuralLoadCombinationData's

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralLoadCombination(
	Guid id,
	string name,
	LoadCaseCombinationCategory category,
	IReadOnlyList<StructuralLoadCombinationData> combinations
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
category
Type: ModelExchanger.AnalysisDataModel.EnumsLoadCaseCombinationCategory
The category of the load combination
combinations
Type: System.Collections.GenericIReadOnlyListStructuralLoadCombinationData
The StructuralLoadCase's and their parameters that make up the load combination
See Also