Click or drag to resize

LoadCaseType Enumeration

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

Define type of load case

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum LoadCaseType
Members
  Member nameValueDescription
SelfWeight0 Specify self weight load case type
Standard1 Specify standard load case type (= Others)
Prestress2 Specify prestress load case type
Dynamic3 Specify dynamic load case type
Static5 Specify static load case type
Temperature6 Specify temperature load case type
Wind7 Specify wind load case type
Snow8 Specify snow load case type
Maintenance9 Specify maintenance load case type
Fire10 Specify fire load case type
Moving11 Specify moving load case type
Seismic12 Specify seismic load case type
See Also