diff options
author | deepa-chaudhari | 2015-07-10 18:03:27 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-07-10 18:03:27 +0530 |
commit | a679b8a25106617bc48da0236de4a62e2a0f133b (patch) | |
tree | a45033824e8a7610717800a88437cb1c079a5780 /Connections/Shear/Finplate/plate.py | |
parent | bb16d098a89a48a7d09663df441604d88532ee36 (diff) | |
download | OsdagLive-a679b8a25106617bc48da0236de4a62e2a0f133b.tar.gz OsdagLive-a679b8a25106617bc48da0236de4a62e2a0f133b.tar.bz2 OsdagLive-a679b8a25106617bc48da0236de4a62e2a0f133b.zip |
Implemented 3D cad model for col flage beam web connectivity.finPlate_v1.1
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 |