OpenSTAAD V8i

Load.AddMemberFloorLoad

Automatically finds enclosed panels in the given boundary and adds a FLOOR LOAD command in the format:

VB Syntax

Load.AddMemberFloorLoadPressure, YMIN, YMAX, ZMIN, ZMAX, XMIN, XMAX

Where:

Pressure

A double value to indicate the pressure intensity to be applied as a floor load.

YMIN, YMAX, ZMIN, ZMAX, XMIN, XMAX

Double values to indicate what the boundary of the floor is. The XMIN, XMAX and ZMIN and ZMAX values must lie on the same XZ plane.

VB Example

'Get the application object --
'Add a floor load with intensity of -5 
objOpenSTAAD.Load.AddMemberFloorLoad -5, 2.9, 3.1, 0, 80, 0, 200