Current Revision posted to Structural Analysis and Design - Wiki by Suro on 2/6/2014 9:21:20 AM
Applies To | |||
Product(s): | STAAD.Pro | ||
Version(s): | All | ||
Environment: | N/A | ||
Area: | STAAD.Pro Technotes | ||
Subarea: | OpenSTAAD | ||
Original Author: | Surojit Ghosh | ||
The following OpenSTAAD function adds a repeat load case with specified multiplication factor to an existing load case.
Load.AddRepeatLoad varLoadCaseList, varFactorList
Where:
varLoadCaseList
An integer array which stores the load case numbers present in the load combination.
varFactorList
A double array which stores the combination factor corresponding to each load case present in the load combination.
VB Example
Dim varLoadCaseList As Integer
Dim varFactorList As Double
objOpenSTAAD.Load.AddRepeatLoad varLoadCaseList, varFactorList