Skip to content

Commit

Permalink
Merge pull request #1049 from pauljurczak/patch-2
Browse files Browse the repository at this point in the history
Added arc documentation
  • Loading branch information
jmwright authored Apr 19, 2022
2 parents 6217431 + 252c9dd commit 6ae673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadquery/sketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def arc(
forConstruction: bool = False,
) -> T:
"""
Construct an arc.
Construct an arc starting at p1, through p2, ending at p3
"""

val = Edge.makeThreePointArc(Vector(p1), Vector(p2), Vector(p3))
Expand Down

0 comments on commit 6ae673a

Please sign in to comment.