diff options
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 |