diff options
author | deepa-chaudhari | 2015-06-07 23:37:32 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-07 23:37:32 +0530 |
commit | a8062568cf18cdf18eceddfec5bacfc6617fdd6e (patch) | |
tree | 99e0f37acd84ba3bc0623787cbe405a0352f5817 /Connections/Shear/Finplate/shearFinPlateConnection.py | |
parent | f6743a741b3ebec50494a6d3b0712cd90c0ff5de (diff) | |
download | OsdagLive-a8062568cf18cdf18eceddfec5bacfc6617fdd6e.tar.gz OsdagLive-a8062568cf18cdf18eceddfec5bacfc6617fdd6e.tar.bz2 OsdagLive-a8062568cf18cdf18eceddfec5bacfc6617fdd6e.zip |
creating nutbolt assembly
Diffstat (limited to 'Connections/Shear/Finplate/shearFinPlateConnection.py')
-rw-r--r-- | Connections/Shear/Finplate/shearFinPlateConnection.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Connections/Shear/Finplate/shearFinPlateConnection.py b/Connections/Shear/Finplate/shearFinPlateConnection.py deleted file mode 100644 index 5223457..0000000 --- a/Connections/Shear/Finplate/shearFinPlateConnection.py +++ /dev/null @@ -1,24 +0,0 @@ -''' -Created on 04-Jun-2015 - -@author: deepa -''' -class ShearFinPlate(object): - - def __init__(self,Beam,Column,Weld,Plate,Nutlist,Boltlist,outputObj): - self.beam = Beam - self.column = Column - self.weld = Weld - self.plate = Plate - self.nutlist = Nutlist - self.boltlist = Boltlist - self.pitch = outputObj['Bolt']['pitch'] - self.gauge = outputObj['Bolt']['gauge'] - self.edge = outputObj['Bolt']['edge'] - self.end = outputObj['Bolt']['enddist'] - self.row = outputObj['Bolt']['numofrow'] - self.col = outputObj['Bolt']['numofcol'] - - - -
\ No newline at end of file |