Revision 1 posted to Structural Analysis Wiki by Suro on 1/23/2016 10:46:04 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 the wind load definition with specified type number and name.
Load.AddWindDefinition vartype, vartypename
Where:
vartype
An integer variable which stores the wind load type number.
vartypename
An string variable which stores the wind definition type name.
VB Example
Dim vartype As Integer
Dim vartypename As String
objOpenSTAAD.Load.AddWindDefinition vartype, vartypename