We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a LoadCombination has multiple lines it results in an index error.
LoadCombination syntax:
*LOADCOMB ; Combinations ; NAME=NAME, KIND, ACTIVE, bES, iTYPE, DESC, iSERV-TYPE, nLCOMTYPE, nSEISTYPE ; line 1 ; ANAL1, LCNAME1, FACT1, ... ; from line 2
NAME=Wind +V-L, GEN, ACTIVE, 0, 0, , 0, 0, 0 ST, Wind V +, 1, ST, Wind L -, 1 NAME=Ped C + N + H, GEN, ACTIVE, 0, 0, , 0, 0, 0 ST, Pedestrian Cantilever, 1, ST, Pedestrian North, 1 ST, Pedestrian Cantilever Horizontal, 1 ST, Pedestrian North Horizontal, 1
LoadCombination
LoadCombination to be read for LoadCombination objects with along list of Loadcase objects
Loadcase
The text was updated successfully, but these errors were encountered:
peterjamesnugent
No branches or pull requests
Description:
When a LoadCombination has multiple lines it results in an index error.
LoadCombination syntax:
How to replicate:
LoadCombination
in MidasCivilLoadCombination
objectsExpected behaviour:
LoadCombination to be read for
LoadCombination
objects with along list ofLoadcase
objectsTest file(s):
The text was updated successfully, but these errors were encountered: