summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/nutBoltPlacement.py
diff options
context:
space:
mode:
Diffstat (limited to 'Connections/Shear/Finplate/nutBoltPlacement.py')
-rw-r--r--Connections/Shear/Finplate/nutBoltPlacement.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Connections/Shear/Finplate/nutBoltPlacement.py b/Connections/Shear/Finplate/nutBoltPlacement.py
index 88ce850..627f9c9 100644
--- a/Connections/Shear/Finplate/nutBoltPlacement.py
+++ b/Connections/Shear/Finplate/nutBoltPlacement.py
@@ -30,7 +30,7 @@ class NutBoltArray():
#self.calculatePositions()
self.models = []
-
+
def initialiseNutBolts(self):
b = self.bolt
n = self.nut
@@ -83,11 +83,11 @@ class NutBoltArray():
dbg = self.dbgSphere(self.origin)
self.models.append(dbg)
-
+
def dbgSphere(self, pt):
return BRepPrimAPI_MakeSphere(getGpPt(pt), 0.1).Shape()
- def getnutboltModels(self):
+ def getModels(self):
return self.models
\ No newline at end of file