diff options
author | deepa-chaudhari | 2015-06-11 00:32:27 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-11 00:32:27 +0530 |
commit | 493d0c5a008646a93bc94887d244d8cfad7b427f (patch) | |
tree | fd488604ec2e02479131b0c4e338be39b9f4b25a /Connections/Shear/Finplate/nutBoltPlacement.py | |
parent | a616a1848684ad4b29c2910057495e1515aaa61f (diff) | |
download | OsdagLive-493d0c5a008646a93bc94887d244d8cfad7b427f.tar.gz OsdagLive-493d0c5a008646a93bc94887d244d8cfad7b427f.tar.bz2 OsdagLive-493d0c5a008646a93bc94887d244d8cfad7b427f.zip |
nutbolt placement and arrangment
Diffstat (limited to 'Connections/Shear/Finplate/nutBoltPlacement.py')
-rw-r--r-- | Connections/Shear/Finplate/nutBoltPlacement.py | 3 |
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 |