summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/plate.py
diff options
context:
space:
mode:
authordeepa-chaudhari2015-12-09 19:56:36 +0530
committerdeepa-chaudhari2015-12-09 19:56:36 +0530
commit2612ef3f3a7eb263b304006079e5208c71dcdbf0 (patch)
tree808b5f9600c8796bfa4294aecd1aca1d77bf5964 /Connections/Shear/Finplate/plate.py
parent24380b7be6c7985dcff6dc1a65118db4d3442bdd (diff)
downloadOsdagLive-2612ef3f3a7eb263b304006079e5208c71dcdbf0.tar.gz
OsdagLive-2612ef3f3a7eb263b304006079e5208c71dcdbf0.tar.bz2
OsdagLive-2612ef3f3a7eb263b304006079e5208c71dcdbf0.zip
svg-2d drawings
Diffstat (limited to 'Connections/Shear/Finplate/plate.py')
-rw-r--r--Connections/Shear/Finplate/plate.py31
1 files changed, 31 insertions, 0 deletions
diff --git a/Connections/Shear/Finplate/plate.py b/Connections/Shear/Finplate/plate.py
index 981b726..afc0b97 100644
--- a/Connections/Shear/Finplate/plate.py
+++ b/Connections/Shear/Finplate/plate.py
@@ -9,6 +9,37 @@ from ModelUtils import *
class Plate(object):
+ '''
+
+ a2 XX-------------------------+
+ |X X
+ | X X
+ | X X
+ | X--------------------------X
+ | | |
++--------------> | | a1 |
+| w dir | | |
+| | | |
+| | | +----------> gDir |
+| | | | |
+| | | | |
+| | | | |
+| | | | |
+v | | | |
+ | | v |
+v dir | | |
+ | | pDir |
+ | | |
+ | | |
+ | | |
+ | | |
+ a3 X | |
+ X | |
+ X+--------------------------+
+
+ a4
+
+ '''
def __init__(self,L, W, T):
self.L = L