From 493d0c5a008646a93bc94887d244d8cfad7b427f Mon Sep 17 00:00:00 2001 From: deepa-chaudhari Date: Thu, 11 Jun 2015 00:32:27 +0530 Subject: nutbolt placement and arrangment --- Connections/Shear/Finplate/nutBoltPlacement.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Connections/Shear/Finplate/nutBoltPlacement.py') 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 -- cgit