OpenSTAAD V8i

Load.GetBeamCountAtFloor

Get total no of beams within the specified boundary.

VB Syntax

Load.GetBeamCountAtFloor MinX, MaxX, MinY, MaxY, MinZ, MaxZ, Direction

Where:

MinX, MaxX, MinY, MaxY, MinZ, MaxZ

Float variables indicate what the boundary of the floor pane.

Direction

Integer variable provide the direction.

1 = X-axis

2 = Y-axis

3 = Z-axis

VB Example

Dim fMinX as Float
Dim fMaxX as Float
Dim fMinY as Float
Dim fMaxY as Float
Dim fMinZ as Float
Dim fMaxZ as Float
Dim intDirection as Integer
'Get the application object --
'Get beam count at floor
objOpenSTAAD.Load.GetBeamCountAtFloor fMinX, fMaxX, fMinY, fMaxY, fMinZ, fMaxZ, intDirection