Click or drag to resize

StructuralLoadCase Constructor

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

Create a load case that is assigned to the provided StructuralLoadGroup with the provided action & load type

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralLoadCase(
	Guid id,
	string name,
	ActionType actionType,
	StructuralLoadGroup loadGroup,
	LoadCaseType loadType
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
actionType
Type: ModelExchanger.AnalysisDataModel.EnumsActionType
The type of load in general
loadGroup
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadGroup
The StructuralLoadGroup to which the load case is assigned
loadType
Type: ModelExchanger.AnalysisDataModel.EnumsLoadCaseType
The subtype of load. Depends on ActionType
See Also