Skip to content

Angled line after arc #9451

@nicboone8

Description

@nicboone8

Describe the bug

I've seen a few instances where a new line drawn from an arc is made tangent to the arc, even when the click is not near the tangent angle

Zoo.Design.Studio.2025-12-22.14-25-15.mp4

Steps to Reproduce

@settings(defaultLengthUnit = in)

sketch001 = startSketchOn(XZ)
profile001 = startProfile(sketch001, at = [0, 0])
  |> xLine(length = 20.15)
  |> yLine(length = 1.45)
  |> xLine(endAbsolute = 6)
  |> tangentialArc(angle = -90deg, radius = 1)
  |> tangentialArc(angle = 90deg, radius = 5)

Expected Behavior

Expected a line to profile start

Screenshots and Recordings

No response

Desktop OS

Win11

Browser

No response

Version

v25.12.22 staging

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions