diff --git a/nhf/handle.py b/nhf/handle.py index 3aef3bb..0424569 100644 --- a/nhf/handle.py +++ b/nhf/handle.py @@ -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