From fbde4b9307f33dd11a4e1c73f374512bc627f2ca Mon Sep 17 00:00:00 2001 From: gumyr Date: Wed, 28 Jun 2023 11:46:25 -0400 Subject: [PATCH] Updating docstring --- src/build123d/objects_curve.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build123d/objects_curve.py b/src/build123d/objects_curve.py index 558c852..a2e721f 100644 --- a/src/build123d/objects_curve.py +++ b/src/build123d/objects_curve.py @@ -354,11 +354,13 @@ class FilletPolyline(BaseLineObject): Args: pts (VectorLike): sequence of three or more points + radius (float): radius of filleted corners close (bool, optional): close by generating an extra Edge. Defaults to False. mode (Mode, optional): combination mode. Defaults to Mode.ADD. Raises: ValueError: Three or more points not provided + ValueError: radius must be positive """ _applies_to = [BuildLine._tag] @@ -424,7 +426,6 @@ class FilletPolyline(BaseLineObject): Edge.make_line(fillets[i - 1] @ 1, fillets[i] @ 0) for i in range(len(fillets)) ] - # end_edges = [Edge.make_line(fillets[-1] @ 1, fillets[0] @ 0)] end_edges = [] else: interior_edges = [