Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sectional sweeps call incorrect engine APIs #5328

Open
mlfarrell opened this issue Feb 10, 2025 · 1 comment
Open

Sectional sweeps call incorrect engine APIs #5328

mlfarrell opened this issue Feb 10, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mlfarrell
Copy link
Contributor

mlfarrell commented Feb 10, 2025

Ran on branch for or after this merges
https://github.com/KittyCAD/engine/pull/3064

armRestPath = startSketchOn('YZ')
  |> startProfileAt([20, 28], %)
  |> xLine(-20, %)
  |> arc({
       angleStart = 90,
       angleEnd = 180,
       radius = 10
     }, %)

armRestProfile = startSketchOn(offsetPlane("-XZ", 20))
  |> startProfileAt([0, 27.4], %)
  |> xLine(1.3, %)
  |> line(end = [0.3, 0.6])
  |> line(end = [-0.3, 0.6])
  //|> xLine(-2.6, %)
  |> line(end = [-1.3, 0.5])
  |> line(end = [-1.3, -0.5])
  |> line(end = [-0.3, -0.6])
  |> line(end = [0.3, -0.6])
  |> close()

sweep(armRestProfile, path = armRestPath, sectional = true)

Image

@mlfarrell mlfarrell added the bug Something isn't working label Feb 10, 2025
@mlfarrell
Copy link
Contributor Author

more engine-side clues on this one

Error: API error reported: Entity found but it was of the
 wrong type
Error: API error reported: No such edge exists
Error: API error reported: The given edge has no opposite
 edge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant