OpenSTAAD V8i

Property.CreatePrismaticTrapezoidalProperty

Creates prismatic trapezoidal property.

VB Syntax

Property.CreatePrismaticTrapezoidalProperty YD, ZD, ZB 

Where:

YD

A Double variable providing the depth along the local Y-axis.

ZD

A Double variable providing the top width along the local Z-axis.

ZB

A Double variable providing the bottom width along the local Z-axis.

Return Value

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

VB Example

'Get the application object --
'Create trapezoidal property
PropertyNo = objOpenSTAAD.Property.CreatePrismaticTeeProperty 0.5, 0.25, 0.2