mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
objects_curve.py -> update x_dir for 360(+) degree JernArc case
This commit is contained in:
parent
2cd6365418
commit
bee66421d4
1 changed files with 1 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ class JernArc(BaseLineObject):
|
|||
if abs(arc_size) >= 360:
|
||||
circle_plane = copy.copy(jern_workplane)
|
||||
circle_plane.origin = self.center_point
|
||||
circle_plane.x_dir = self.start - circle_plane.origin
|
||||
arc = Edge.make_circle(radius, circle_plane)
|
||||
else:
|
||||
arc = Edge.make_tangent_arc(start, start_tangent, self.end_of_arc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue