diff options
Diffstat (limited to 'Connections/Shear/Finplate/filletweld.py')
-rw-r--r-- | Connections/Shear/Finplate/filletweld.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Connections/Shear/Finplate/filletweld.py b/Connections/Shear/Finplate/filletweld.py index 91d8cef..28f2ca8 100644 --- a/Connections/Shear/Finplate/filletweld.py +++ b/Connections/Shear/Finplate/filletweld.py @@ -6,7 +6,6 @@ Created on 27-May-2015 import numpy from ModelUtils import * from OCC.BRepAlgoAPI import BRepAlgoAPI_Fuse - class FilletWeld(object): def __init__(self,b,h,L): |