OpenSTAAD V8i
Get total no of beams within the specified boundary.
Where:
Float variables indicate what the boundary of the floor pane.
Integer variable provide the direction.
1 = X-axis
2 = Y-axis
3 = Z-axis
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