Update api spec (#217)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b3eeaef41d
commit
cc0bb86a53
@ -22,7 +22,7 @@ class line(BaseModel):
|
||||
|
||||
|
||||
class arc(BaseModel):
|
||||
"""A circular arc segment."""
|
||||
"""A circular arc segment. Arcs can be drawn clockwise when start > end."""
|
||||
|
||||
center: Point2d
|
||||
|
||||
@ -68,7 +68,7 @@ class tangential_arc(BaseModel):
|
||||
|
||||
|
||||
class tangential_arc_to(BaseModel):
|
||||
"""Adds a tangent arc from current pen position to the new position."""
|
||||
"""Adds a tangent arc from current pen position to the new position. Arcs will choose a clockwise or counter-clockwise direction based on the arc end position."""
|
||||
|
||||
angle_snap_increment: Optional[Angle] = None
|
||||
|
||||
|
Reference in New Issue
Block a user