diff options
author | deepa-chaudhari | 2015-07-27 10:50:45 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-07-27 10:50:45 +0530 |
commit | f24d58827da68ad850362556d8c6120c30a0010d (patch) | |
tree | 113a3eb7dcc75808faf9686590cccf547abb704c /Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py | |
parent | 8779785d61160092c926a46d68273d4871396651 (diff) | |
download | OsdagLive-f24d58827da68ad850362556d8c6120c30a0010d.tar.gz OsdagLive-f24d58827da68ad850362556d8c6120c30a0010d.tar.bz2 OsdagLive-f24d58827da68ad850362556d8c6120c30a0010d.zip |
CFBW connectivityfinPlate_v1.1.2
Diffstat (limited to 'Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py')
-rw-r--r-- | Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py b/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py index e8b1c59..49ed9ef 100644 --- a/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py +++ b/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py @@ -116,7 +116,8 @@ class ColFlangeBeamWeb(object): #+ self.nutBoltArray.getnutboltModels() # return [self.columnModel,self.plateModel, self.weldModelLeft,self.weldModelRight, # self.beamModel] + self.nutBoltArray.getModels() - return [self.columnModel,self.beamModel,self.plateModel,self.weldModelLeft,self.weldModelRight] + return [self.columnModel,self.beamModel,self.plateModel,self.weldModelLeft, + self.weldModelRight] + self.nutBoltArray.getModels() def get_nutboltmodels(self): |