From a679b8a25106617bc48da0236de4a62e2a0f133b Mon Sep 17 00:00:00 2001 From: deepa-chaudhari Date: Fri, 10 Jul 2015 18:03:27 +0530 Subject: Implemented 3D cad model for col flage beam web connectivity. --- Connections/Shear/Finplate/plate.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Connections/Shear/Finplate/plate.py') 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 -- cgit