We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(this is test kcl I made up to simplify things)
sketch001 = startSketchOn('XY') profile001 = startProfileAt([-63.68, 175.11], sketch001) |> line(end = [351.04, -97.96]) |> yLine(length = -268.59) |> line(end = [-395.12, -84.9]) |> line(end = [-154.29, 118.38]) |> line(end = [28.57, 251.43]) |> line(endAbsolute = [profileStartX(%), profileStartY(%)]) |> close() extrude001 = extrude(profile001, length = 100) sketch002 = startSketchOn(extrude001, 'END') profile002 = circle( sketch002, center = [-56.67, 56.68], radius = 13.07 ) |> patternCircular2d(%, instances = 10, center = [0, 0], arcDegrees = 360, rotateDuplicates = false ) extrude002 = extrude(profile002, length = 20) sketch003 = startSketchOn(extrude002, 'end')
I expect this to fail, but the error would not help me if I was newer to the app.
This fails because I'm trying to sketch on a patterned extrude.
The text was updated successfully, but these errors were encountered:
adamchalmers
No branches or pull requests
Paste minimal KCL source that produces a cryptic error
(this is test kcl I made up to simplify things)
Expected Behavior
I expect this to fail, but the error would not help me if I was newer to the app.
Additional Context
This fails because I'm trying to sketch on a patterned extrude.
The text was updated successfully, but these errors were encountered: