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] Fillet Issue Cont. #4880

Open
nicboone8 opened this issue Dec 30, 2024 · 0 comments
Open

[BUG] Fillet Issue Cont. #4880

nicboone8 opened this issue Dec 30, 2024 · 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

Most straightforward example of the fillet issue I've seen. I still haven't found a reliable way to replicate it. This is in nightly

Zoo.Modeling.App.2024-12-30.09-40-27.mp4
Core Dump

coredump-89b331f0-0262-4661-9812-92c77d5737a5.json

Reference ID: 89b331f0-0262-4661-9812-92c77d5737a5

KCL Code
sketch001 = startSketchOn('YZ')
  |> startProfileAt([0, 0], %)
  |> xLine(-11.1, %, $seg1)
  |> line([5.68, 9.16], %)
  |> line([1.87, -1.07], %)
  |> line([-3.28, -5.68], %)
  |> xLineTo(0, %)
  |> close(%)
    |> extrude(1, %)
      |> fillet({
       radius = .5,
       tolerance = 0.000001,
       tags = [
         getNextAdjacentEdge(seg1)
       ]
     }, %)
@nicboone8 nicboone8 added bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app. labels Dec 30, 2024
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

2 participants