OpenSTAAD V8i
Creates prismatic tee property.
Where:
A Double variable providing the overall depth along the local Y-axis.
A Double variable providing the overall width along the local Z-axis.
A Double variable providing the depth of the web along the local Y-axis.
A Double variable providing the width of the web along the local Z-axis.
A long value containing the reference number of the property created to be used to access the same.
'Get the application object --
'Create tee property of 250x500mm
PropertyNo = objOpenSTAAD.Property.CreatePrismaticTeeProperty _
0.5, 0.25, 0.4, 0.1