From 3a33538fa928154000843c6ebf6bc836ee2cafeb Mon Sep 17 00:00:00 2001 From: deepa-chaudhari Date: Fri, 12 Jun 2015 00:09:27 +0530 Subject: implemented save cad file functionality --- Connections/Shear/Finplate/.txt | 3 + Connections/Shear/Finplate/Finplate0dot1.py | 1 + .../Shear/Finplate/colWebBeamWebConnectivity.py | 12 +- Connections/Shear/Finplate/fin.log | 12 ++ Connections/Shear/Finplate/finPlate.ui | 3 +- Connections/Shear/Finplate/finPlateMain.py | 166 ++++++++++----------- Connections/Shear/Finplate/finplate_calc1.py | 35 ++++- Connections/Shear/Finplate/nutBoltPlacement.py | 6 +- Connections/Shear/Finplate/saveINPUT.txt | 2 +- Connections/Shear/Finplate/ui_finPlate.py | 5 +- 10 files changed, 140 insertions(+), 105 deletions(-) diff --git a/Connections/Shear/Finplate/.txt b/Connections/Shear/Finplate/.txt index e69de29..85888f1 100644 --- a/Connections/Shear/Finplate/.txt +++ b/Connections/Shear/Finplate/.txt @@ -0,0 +1,3 @@ +Thu, 11 Jun 2015 21:09:27 INFO : Overall finplate connection design is safe +Thu, 11 Jun 2015 21:09:27 INFO : Overall finplate connection design is safe +Thu, 11 Jun 2015 21:09:40 INFO : Overall finplate connection design is safe \ No newline at end of file diff --git a/Connections/Shear/Finplate/Finplate0dot1.py b/Connections/Shear/Finplate/Finplate0dot1.py index c8c539a..dbae367 100644 --- a/Connections/Shear/Finplate/Finplate0dot1.py +++ b/Connections/Shear/Finplate/Finplate0dot1.py @@ -708,6 +708,7 @@ class MainController(QtGui.QMainWindow): def create2Dcad(self): + # ISection COLUMN 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 diff --git a/Connections/Shear/Finplate/fin.log b/Connections/Shear/Finplate/fin.log index d2e8b78..82081b6 100644 --- a/Connections/Shear/Finplate/fin.log +++ b/Connections/Shear/Finplate/fin.log @@ -1 +1,13 @@ + +