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]