OpenSTAAD V8i

Property.CreateMemberOffsetSpec

Creates MEMBER OFFSET specification.

VB Syntax

Property.CreateMemberOffsetSpec StartOrEnd, LocalOrGlobal, OffsetX, OffsetY, OffsetZ 

Where:

StartOrEnd

Integer variable specifying whether offsets are at START (= 0) or END (= 1) of the member.

LocalOrGlobal

Integer variable specifying whether the offsets are given with respect to Local (= 1) axis or Global axis (= 0).

OffsetX, OffsetY, OffsetZ

Double variables providing the X, Y and Z offsets in current units.

Return Value

A long value containing the reference number of the specification created to be used to access the same.

VB Example

'Get the application object --
'Create specification
lSpecNo = objOpenSTAAD.Property.CreateMemberOffsetSpec 0, 0, 0.5, 0.0, 0.0