-
Notifications
You must be signed in to change notification settings - Fork 3
Rolled L Shapes
Tom Gerard edited this page Sep 20, 2020
·
1 revision
Property | L-Shapes | 2L-Shapes |
---|---|---|
Type | X | X |
EDI_Std_Nomenclature | X | X |
AISC_Manual_Label | X | X |
T_F | X | X |
W | X | X |
A | X | X |
d | X | X |
ddet | ||
Ht | ||
h | ||
OD | ||
bf | ||
bfdet | ||
B | ||
b | X | X |
ID | ||
tw | ||
twdet | ||
twdet/2 | ||
tf | ||
tfdet | ||
t | X | X |
tnom | ||
tdes | ||
kdes | X | |
kdet | X | |
k1 | ||
x | X | |
y | X | X |
eo | ||
xp | X | |
yp | X | X |
bf/2tf | ||
b/t | X | X |
b/tdes | ||
h/tw | X | |
h/tdes | ||
D/t | ||
Ix | X | X |
Zx | X | X |
Sx | X | X |
rx | X | X |
Iy | X | X |
Zy | X | X |
Sy | X | X |
ry | X | X |
Iz | X | |
rz | X | |
Sz | X | |
J | X | |
Cw | X | |
C | ||
Wno | ||
Sw1 | ||
Sw2 | ||
Sw3 | ||
Qf | ||
Qw | ||
ro | X | X |
H | O | X |
tan(α) | X | |
Iw | X | |
zA | X | |
zB | X | |
zC | X | |
wA | X | |
wB | X | |
wC | X | |
SwA | X | |
SwB | O | |
SwC | X | |
SzA | X | |
SzB | X | |
SzC | X | |
rts | ||
ho | ||
PA | X | |
PA2 | X | |
PB | ||
PC | ||
PD | ||
T | ||
WGi | ||
WGo |
Notes
See the AISC Shapes Database spreadsheet for definitions of each property.
α will be troublesome in VBA as it cannot be declared a constant. The Unicode string will have to be created α = ChrW(945) in VBA
Double-angles have additional parameters in their name property to establish the gap between the angles and what legs are back-to-back for angles with unequal length legs.
X = All shapes have the given property
O = Some Shapes have the given property
Blank = No shapes have the given property