-
Notifications
You must be signed in to change notification settings - Fork 55
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
[BUG]: After creating a sketch on an existing model face, sketch ends up on wrong plane, produces internal error #2528
Comments
Yeah revolve hasn’t been pulled thru to click and point yet, you can track what is pulled thru where here #729 |
I think this comment may be on the wrong issue. There's no revolve in this example. |
im sorry it was! i moved it! |
hmm I cant tell if this is engine side or not but its curious, the other annoying thing is did it not zoom you automatically on click to the face when you said you wanted to sketch on it? |
i opened a seperate issue for the zoom thing, its giving "this this a sketch for ants" vibes |
I assigned @Irev-Dev only to rule out the front end selecting the wrong face? but this could also be kcl, or even engine |
Back in the day before we had sketches on non-XY planes working, when we would try to sketch on XZ it would successfully sketch but then render on the XY plane. This looks similar to me, that something like the face ID is invalid or missing, so when we exit sketch mode and submit it to the engine it quietly fails and bails out to rendering the sketch as if on the XY plane. |
if i get rid of the fillets it works, this is an order of operations thing we need to do the fillets last in the executor since they eat ids. |
related to #2227 |
Describe the bug
If I select an existing face on a model, for example a face of the example shelf bracket, and then create a simple line sketch on that face, then exit the sketch, I see that the polygon sketch I created has been place on the XY plane instead of the face, and also there's an internal error showing in the code view.
Steps to Reproduce
Expected Behavior
I expected that the sketch will be on the chosen face
Screenshots and Recordings
Screencast.from.2024-05-24.16-45-15.webm
Desktop OS
Fedora 39
Browser
Firefox 126.0
Version
0.21.9
Additional Context
No response
The text was updated successfully, but these errors were encountered: