diff options
Diffstat (limited to 'Connections/Shear/Finplate/plate.py')
-rw-r--r-- | Connections/Shear/Finplate/plate.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Connections/Shear/Finplate/plate.py b/Connections/Shear/Finplate/plate.py index 93093f6..981b726 100644 --- a/Connections/Shear/Finplate/plate.py +++ b/Connections/Shear/Finplate/plate.py @@ -6,8 +6,10 @@ Created on 29-Nov-2014 import numpy from ModelUtils import * + + class Plate(object): - # + def __init__(self,L, W, T): self.L = L self.W = W |