OpenSTAAD V8i

Command.PerformAnalysis

Perform a first order elastic analysis of the current structure and produce output with specified print option.

VB Syntax

Command.PerformAnalysis PrintOption

Where:

PrintOption

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

VB Example

Dim intPrintOption as Integer
intPrintOption = 2
'Get the application object --
'Perform Analysis
objOpenSTAAD.Command.PerformAnalysis intPrintOption

Reference Materials

Analyze

Command.PerformPDeltaAnalysisConverge

Command.PerformPDeltaAnalysisNoConverge