-
Notifications
You must be signed in to change notification settings - Fork 3
Rolled Channel Shapes
Tom Gerard edited this page Sep 20, 2020
·
1 revision
Property | C-Shapes | MC-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 | X | X |
Ht | ||
h | ||
OD | ||
bf | X | X |
bfdet | X | X |
B | ||
b | ||
ID | ||
tw | X | X |
twdet | X | X |
twdet/2 | X | X |
tf | X | X |
tfdet | X | X |
t | ||
tnom | ||
tdes | ||
kdes | X | X |
kdet | X | X |
k1 | ||
x | X | X |
y | ||
eo | X | X |
xp | X | X |
yp | ||
bf/2tf | ||
b/t | X | X |
b/tdes | ||
h/tw | X | 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 | ||
rz | ||
Sz | ||
J | X | X |
Cw | X | X |
C | ||
Wno | X | X |
Sw1 | X | X |
Sw2 | X | X |
Sw3 | X | X |
Qf | X | X |
Qw | X | X |
ro | X | X |
H | X | X |
tan(α) | ||
Iw | ||
zA | ||
zB | ||
zC | ||
wA | ||
wB | ||
wC | ||
SwA | ||
SwB | ||
SwC | ||
SzA | ||
SzB | ||
SzC | ||
rts | X | X |
ho | X | X |
PA | X | X |
PA2 | ||
PB | X | X |
PC | X | X |
PD | X | X |
T | X | X |
WGi | O | O |
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
X = All shapes have the given property
O = Some Shapes have the given property
Blank = No shapes have the given property