diff options
author | deepa-chaudhari | 2015-07-01 10:39:11 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-07-01 10:39:11 +0530 |
commit | bb16d098a89a48a7d09663df441604d88532ee36 (patch) | |
tree | 400368b8c8ce589bcc4fcfc2bd70d17dfd7b94fa /Connections/Shear/Finplate/finplate_calc1.py | |
parent | 794b437131ea65e6da2eb0817f1d65e3e9fdf792 (diff) | |
download | OsdagLive-bb16d098a89a48a7d09663df441604d88532ee36.tar.gz OsdagLive-bb16d098a89a48a7d09663df441604d88532ee36.tar.bz2 OsdagLive-bb16d098a89a48a7d09663df441604d88532ee36.zip |
presentation copyfinPlate_v1.0
Diffstat (limited to 'Connections/Shear/Finplate/finplate_calc1.py')
-rw-r--r-- | Connections/Shear/Finplate/finplate_calc1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Connections/Shear/Finplate/finplate_calc1.py b/Connections/Shear/Finplate/finplate_calc1.py index 9859f6c..34efdb4 100644 --- a/Connections/Shear/Finplate/finplate_calc1.py +++ b/Connections/Shear/Finplate/finplate_calc1.py @@ -398,8 +398,8 @@ def finConn(uiObj): outputObj['Plate']['minWidth'] = web_plate_w_req outputObj['Plate']['externalmoment'] = moment_demand outputObj['Plate']['momentcapacity'] = moment_capacity - outputObj['Plate']['height'] = web_plate_l - outputObj['Plate']['width'] = web_plate_w + outputObj['Plate']['height'] = float(web_plate_l) + outputObj['Plate']['width'] = float(web_plate_w) #return outputObj |