mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
tea_cup_algebra.py -> find_intersection to find_intersection_points
This commit is contained in:
parent
344c5afa56
commit
dd84840e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ tea_cup = fillet(tea_cup.edges(), radius=fillet_radius)
|
|||
|
||||
# Determine where the handle contacts the bowl
|
||||
handle_intersections = [
|
||||
tea_cup.find_intersection(
|
||||
tea_cup.find_intersection_points(
|
||||
Axis(origin=(0, 0, vertical_offset), direction=(1, 0, 0))
|
||||
)[-1][0]
|
||||
for vertical_offset in [35 * MM, 80 * MM]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue