diff options
author | deepa-chaudhari | 2015-12-09 19:56:36 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-12-09 19:56:36 +0530 |
commit | 2612ef3f3a7eb263b304006079e5208c71dcdbf0 (patch) | |
tree | 808b5f9600c8796bfa4294aecd1aca1d77bf5964 /Connections/Shear/Finplate/plate.py | |
parent | 24380b7be6c7985dcff6dc1a65118db4d3442bdd (diff) | |
download | OsdagLive-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.py | 31 |
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 |