summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/colWebBeamWebConnectivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'Connections/Shear/Finplate/colWebBeamWebConnectivity.py')
-rw-r--r--Connections/Shear/Finplate/colWebBeamWebConnectivity.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/Connections/Shear/Finplate/colWebBeamWebConnectivity.py b/Connections/Shear/Finplate/colWebBeamWebConnectivity.py
index 7b45760..0617512 100644
--- a/Connections/Shear/Finplate/colWebBeamWebConnectivity.py
+++ b/Connections/Shear/Finplate/colWebBeamWebConnectivity.py
@@ -109,11 +109,15 @@ class ColWebBeamWeb(object):
def get_models(self):
'''Returning 3D models
'''
- return [self.columnModel,self.beamModel,
- self.weldModelLeft,self.weldModelRight,
- self.plateModel]+ self.nutBoltArray.getnutboltModels()
-
+ #+ self.nutBoltArray.getnutboltModels()
+ return [self.columnModel,self.plateModel, self.weldModelLeft,self.weldModelRight,
+ self.beamModel] + self.nutBoltArray.getModels()
+
+ def get_nutboltmodels(self):
+
+ return self.nutBoltArray.getModels()
+ #return self.nutBoltArray.getboltModels()
\ No newline at end of file