Skip to content

Conversation

@pierremtb
Copy link
Contributor

@pierremtb pierremtb commented Jan 13, 2026

Closes #9592

Waiting on engine support, currently errors on Each UUID in sectionIds must refer to a closed path (Solid2D) for the following code

sketch001 = startSketchOn(XY)
profile001 = startProfile(sketch001, at = [-2.32, -2.09])
  |> line(end = [9.62, 4.63])
plane001 = offsetPlane(XY, offset = 5)
sketch002 = startSketchOn(plane001)
profile002 = startProfile(sketch002, at = [-0.75, -3.04])
  |> line(end = [8.17, 4.09])
loft001 = loft([profile001, profile002], bodyType = SURFACE)

This error is from https://github.com/KittyCAD/engine/blob/7130b98c4d0f1c75852db0adf8c520145b44b67e/cpp/engine/scene/scene.cpp#L2232

@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
modeling-app Ready Ready Preview, Comment Jan 14, 2026 2:07pm

Comment on lines +828 to +829
if (!loft || loft.type !== 'StdLibCall') throw new Error('Op not found')
expect(loft.isError).toBeFalsy()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failing now, expected to pass once https://github.com/KittyCAD/engine/pull/4088 is in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable open paths selection for surface lofts

2 participants