OpenSTAAD V8i

Property.GetMemberGlobalOffSet

Returns beam end offsets in all three global directions.

VB Syntax

Property.GetMemberGlobalOffSetBeamNo, End, xOffSet, yOffSet, zOffSet

Where:

BeamNo

Long variable holds the member reference number.

End

Integer value specifies the end of the member.

0 = Start

1 = End

xOffSet, yOffSet, zOffSet

Double variables return offset value of the specified member in all direction at the specified end.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetMemberGlobalOffSet (lBeamNo, iEnd, dxOffSet, dyOffSet, dzOffSet)