OpenSTAAD V8i

Load.GetConcForces

Returns the concentrated forces with all the parameters for the specified member.

VB Syntax

Load.GetConcForcesBeamNo, DirectionArray, ForceArray, D1Array, D2Array

Where:

BeamNo

Long variable providing the member number.

DirectionArray, ForceArray, D1Array, D2Array

Returns the force value, direction along with d1 & d2 parameters for beam trapezoidal load(s).

VB Example

'Get the application object --
'Get Concentrated Load values
objOpenSTAAD.Load.GetConcForces lBeamNo, lDirectionArray, dForceArray, dD1Array, dD2Array

Reference Materials

Load.GetConcForceCount

Load.GetConcMomentCount

Load.GetConcMoments

Load.AddMemberConcForce

Load.AddMemberConcMoment