cosplay: Touhou/Houjuu Nue #4
|
@ -148,11 +148,11 @@ class Handle:
|
|||
result
|
||||
.union(
|
||||
thread
|
||||
.moved(Cq.Vector(0, 0, self.connector_length / 2)))
|
||||
.located(Cq.Location((0, 0, self.connector_length / 2))))
|
||||
.union(
|
||||
thread
|
||||
.rotate((0,0,0), (1,0,0), angleDegrees=90)
|
||||
.moved(Cq.Vector(0, 0, -self.connector_length / 2)))
|
||||
.located(Cq.Location((0, 0, -self.connector_length / 2))))
|
||||
)
|
||||
return result
|
||||
|
||||
|
@ -179,7 +179,7 @@ class Handle:
|
|||
result
|
||||
.union(
|
||||
thread
|
||||
.moved(Cq.Vector(0, 0, self.connector_length / 2)))
|
||||
.located(Cq.Location((0, 0, self.connector_length / 2))))
|
||||
)
|
||||
return result
|
||||
|
||||
|
|
Loading…
Reference in New Issue