OpenSTAAD V8i
Performs a second order, P-Delta analysis of the current structure and produce output with specified print option. Here, the program will perform the specified number of iterations whether or not the solution converges.
Where:
An integer variable, which specify the no of iteration to be performed.
An integer variable, which specifies your choice of print command with P-Delta analysis command. The values may vary as:
0 = No Print
1 = Print Load Data
2 = Print Statics Check
3 = Print Statics Load
4 = Print Mode Shapes
5 = Print Both
6 = Print All
Dim intNumberOfIteration as Integer
Dim intPrintOption as Integer
intNumberOfIteration = 25
intPrintOption = 0
'Get the application object --
'P-Delta Analysis no Converge
objOpenSTAAD.Command.PerformPDeltaAnalysisNoConverge intNumberOfIteration, intPrintOption