From dd84840e8db3913b553d16e4598483470a8cdf2f Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 15 Oct 2024 12:59:23 -0500 Subject: [PATCH] tea_cup_algebra.py -> find_intersection to find_intersection_points --- examples/tea_cup_algebra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tea_cup_algebra.py b/examples/tea_cup_algebra.py index 5a085cea..87e1c823 100644 --- a/examples/tea_cup_algebra.py +++ b/examples/tea_cup_algebra.py @@ -33,7 +33,7 @@ # 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]