OpenSTAAD V8i
Perform a first order elastic analysis of the current structure and produce output with specified print option.
Where:
An integer variable, which specifies your choice of print command used with Performa 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 intPrintOption as Integer
intPrintOption = 2
'Get the application object --
'Perform Analysis
objOpenSTAAD.Command.PerformAnalysis intPrintOption
Reference Materials