Dlubal_JavaScript_Library/docs/code/Loading/LoadCase.md at main · vimcoper/Dlubal_JavaScript_Library · GitHub
Skip to content

Latest commit

 

History

History
159 lines (123 loc) · 5.3 KB

File metadata and controls

159 lines (123 loc) · 5.3 KB
title LoadCase

LoadCase

Classes

LoadCase

Constants

actionCategory_dict

Dictionary

LoadCase

Kind: global class

new LoadCase(no, name, comment, params)

Creates load case

Returns: Object of LoadCase

Param Type
no Number
name String
comment String
params Object

loadCase.StaticAnalysis(no, name, staticAnalysisSettingsNo, ActionCategory, selfWeighParams, stabilityAnalysisSettingsNo, comment, params) ⇒

Kind: instance method of LoadCase
Returns: Object of LoadCase

Param Type
no Number
name String
staticAnalysisSettingsNo Number
ActionCategory String
selfWeighParams Array
stabilityAnalysisSettingsNo Number
comment String
params Object

loadCase.ModalAnalysis(no, name, modalAnalysisSettingsNo, importMassesFrom, selfWeighParams, comment, params) ⇒

Kind: instance method of LoadCase
Returns: Object of LoadCase

Param Type
no Number
name String
modalAnalysisSettingsNo Number
importMassesFrom Boolean
selfWeighParams Array
comment String
params Object

loadCase.ResponseSpectrumAnalysis(no, name, responseSpectrumAnalysisSettingsNo, importModalAnalysisFrom, responseSpectrums, comment, params) ⇒

Kind: instance method of LoadCase
Returns: Object of LoadCase

Param Type
no Number
name String
responseSpectrumAnalysisSettingsNo Number
importModalAnalysisFrom Number
responseSpectrums Array
comment String
params Object

loadCase.WindSimulation(no, name, staticAnalysisSettingsNo, windAnalysisSettingsNo, windProfileNo, windDirection, terrainOffset, stabilityAnalysisSettingsNo, comment, params) ⇒

Kind: instance method of LoadCase
Returns: Object of LoadCase

Param Type
no Number
name String
staticAnalysisSettingsNo Number
windAnalysisSettingsNo Number
windProfileNo Number
windDirection String
terrainOffset Number
stabilityAnalysisSettingsNo Number
comment String
params Object

loadCase.ConsiderImperfection(imperfectionCaseNo)

Kind: instance method of LoadCase

Param Type
imperfectionCaseNo Number

loadCase.SetStructureModification(structureModificationNo)

Kind: instance method of LoadCase

Param Type
structureModificationNo Number

loadCase.GetActionCategoryList() ⇒

Kind: instance method of LoadCase
Returns: List of action categories

loadCase.GetLoadCase() ⇒

Kind: instance method of LoadCase
Returns: Load case object

loadCase.GetNo() ⇒

Kind: instance method of LoadCase
Returns: Number of Load case

actionCategory_dict

Dictionary

Kind: global constant