OpenSTAAD V8i

Property.GetMemberLocalOffSet

Returns beam end offsets in all three local directions.

VB Syntax

Property.GetMemberLocalOffSet BeamNo, 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 three local directions at the specified end.

VB Example

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