Added arc documentation

This commit is contained in:
Paul Jurczak
2022-04-08 16:17:27 -06:00
committed by GitHub
parent d4b5eec21b
commit 58020926eb

View File

@ -782,7 +782,7 @@ class Sketch(object):
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))