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

[BUG] Can't sketch on face of an extruded mirror2d #4962

Open
nicboone8 opened this issue Jan 7, 2025 · 0 comments
Open

[BUG] Can't sketch on face of an extruded mirror2d #4962

nicboone8 opened this issue Jan 7, 2025 · 0 comments
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.

Comments

@nicboone8
Copy link

This is a variant of an issue that's come up before. Mirror2d doesn't play nicely with other operations. I can't sketch on any of the faces of a mirrored object. Also can't shell, loft, or fillet.

Image

Note: If you are capturing from a browser there is limited support for screenshots, only captures the modeling scene.
If you are on MacOS native screenshots may be disabled by default. To enable native screenshots add Zoo Modeling App to System Settings -> Screen & SystemAudio Recording for native screenshots.

Core Dump

coredump-c16dd9e2-9050-4934-a8f4-907c54253c9f.json

Reference ID: c16dd9e2-9050-4934-a8f4-907c54253c9f

KCL Code
sketch0011 = startSketchOn('XY')
  |> startProfileAt([6.77, 0], %)
  |> yLine(1.27, %)
  |> tangentialArcTo([5.96, 2.37], %)
  |> tangentialArcTo([-6.2, 2.44], %)
  |> tangentialArcTo([-6.6, 1.82], %)
  |> yLine(-1.82, %)
  |> mirror2d({ axis = "X" }, %)
  |> extrude(10, %)

sketch002 = startSketchOn(sketch0011, 'END')
  |> circle({ center = [-0.01, 1.58], radius = 1.2 }, %)
  |> extrude(1.2, %)

shell({ faces = ['end'], thickness = .1 }, [sketch002])

@nicboone8 nicboone8 added bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app. labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.
Projects
None yet
Development

No branches or pull requests

1 participant