diff options
author | deepa-chaudhari | 2015-06-02 22:55:28 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-02 22:55:28 +0530 |
commit | e5c0d1819d7408bded6408ef3627d2b0cd812865 (patch) | |
tree | b2bc1d69c378f3d33a6d48459b0d5a52fcd5ffca /Connections/Shear/Finplate | |
parent | 0eb843edb49b6bb1531eeefe8703c4b05fb3eb4e (diff) | |
download | OsdagLive-e5c0d1819d7408bded6408ef3627d2b0cd812865.tar.gz OsdagLive-e5c0d1819d7408bded6408ef3627d2b0cd812865.tar.bz2 OsdagLive-e5c0d1819d7408bded6408ef3627d2b0cd812865.zip |
line removedmybackup
Diffstat (limited to 'Connections/Shear/Finplate')
-rw-r--r-- | Connections/Shear/Finplate/finPlateMain.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Connections/Shear/Finplate/finPlateMain.py b/Connections/Shear/Finplate/finPlateMain.py index b5b5649..c1d63e0 100644 --- a/Connections/Shear/Finplate/finPlateMain.py +++ b/Connections/Shear/Finplate/finPlateMain.py @@ -37,7 +37,6 @@ from OCC.Display.pyqt4Display import qtViewer3d from colWebBeamWebConnectivity import ColWebBeamWeb from colFlangeBeamWebConnectivity import ColFlangeBeamWeb from OCC import IGESControl - from filletweld import FilletWeld @@ -453,7 +452,7 @@ class MainController(QtGui.QMainWindow): edge_dist = resultObj['Bolt']['edge'] self.ui.txtEdgeDist.setText(str(edge_dist)) - # resultObj['Weld'] + # weld_thickness = resultObj['Weld']['thickness'] # self.ui.txtWeldThick.setText(str(weld_thickness)) |