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

Sketching on Wrong Plane #2335

Closed
jgomez720 opened this issue May 10, 2024 · 1 comment
Closed

Sketching on Wrong Plane #2335

jgomez720 opened this issue May 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working high priority

Comments

@jgomez720
Copy link
Collaborator

Description

For this example, when I use startSketchOn('-XZ'), the sketch is performed on the XY plane, and then once I close and extrude the sketch, it switches to the -XZ plane.

Version

V0.22.2

Recording

Screenshare.-.2024-05-10.10_04_08.AM.mp4

KCL

const exampleSketch = startSketchOn('-XZ')
  |> startProfileAt([0, 0], %)
  |> line([10, 0], %)
  |> arc({
       angle_start: 0,
       angle_end: 280,
       radius: 16
     }, %)
  |> close(%)
     
const example = extrude(10, exampleSketch)
@jgomez720 jgomez720 added the bug Something isn't working label May 10, 2024
@jessfraz jessfraz added this to the v1 Modeling App Launch milestone May 21, 2024
@jessfraz
Copy link
Contributor

Video for proof but either we fixed the bug, or it was a mix of zoom and view

either way zoom to fit will also help in future scenarios like this
#2201

Screenshare.-.2024-05-23.3_50_25.PM.mp4

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

No branches or pull requests

3 participants