Skip to content

Conversation

@jtran
Copy link
Contributor

@jtran jtran commented Nov 12, 2025

Part of #8623. This properly returns all the solids, but they still don't seem to be selectable.

sketch001 = startSketchOn(XY)
profile001 = startProfile(sketch001, at = [1.17, 3.8])
  |> xLine(length = 4.8)
  |> yLine(length = -2.83)
  |> xLine(length = -4.91)
  |> line(endAbsolute = [profileStartX(%), profileStartY(%)])
  |> close()
extrude001 = extrude(profile001, length = 5)
sketch002 = startSketchOn(XY)
profile002 = startProfile(sketch002, at = [0.64, 2.44])
  |> line(end = [3.15, 2.33])
  |> line(end = [2.96, -2.31])
  |> line(end = [-3.27, -2.04])
  |> line(endAbsolute = [profileStartX(%), profileStartY(%)])
  |> close()
extrude002 = extrude(profile002, length = 6)
solid001 = subtract(extrude001, tools = extrude002)

@vercel
Copy link

vercel bot commented Nov 12, 2025

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

Project Deployment Preview Comments Updated (UTC)
modeling-app Ready Ready Preview Comment Nov 12, 2025 9:26pm

@jtran jtran marked this pull request as ready for review November 12, 2025 21:38
@jtran jtran requested a review from a team as a code owner November 12, 2025 21:38
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.

2 participants