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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Connections/Shear/Finplate/nutBoltPlacement.py b/Connections/Shear/Finplate/nutBoltPlacement.py
index 2e1fb19..88ce850 100644
--- a/Connections/Shear/Finplate/nutBoltPlacement.py
+++ b/Connections/Shear/Finplate/nutBoltPlacement.py
@@ -49,7 +49,6 @@ class NutBoltArray():
#self.row = 3
#self.col = 2
-
def calculatePositions(self):
self.positions = []
for rw in range(self.row):
@@ -86,7 +85,7 @@ class NutBoltArray():
self.models.append(dbg)
def dbgSphere(self, pt):
- return BRepPrimAPI_MakeSphere(getGpPt(pt), 2).Shape()
+ return BRepPrimAPI_MakeSphere(getGpPt(pt), 0.1).Shape()
def getnutboltModels(self):
return self.models