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

Code Pane Weird Highlight Behavior with mirror2d #4889

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

Code Pane Weird Highlight Behavior with mirror2d #4889

nicboone8 opened this issue Jan 2, 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

Selecting the startprofileAt in the code pane highlights the entire sketch, and appears to be putting a chunky box at each vertex. Selecting individual line segments does nothing - probably because I'm using a mirror2D

Zoo.Modeling.App.2025-01-02.09-00-43.mp4
Core Dump

coredump-e6e597e8-b809-4ecb-989d-7e3061f36177.json

Reference ID: e6e597e8-b809-4ecb-989d-7e3061f36177

KCL Code
sketch003 = startSketchOn(offsetPlane("XY", 21.5))
  |> startProfileAt([-61.85, 0], %)
  |> yLine(-6.21, %)
  |> xLine(2, %)
  |> yLine(-1.75, %)
  |> xLine(5, %)
  |> yLine(1.75, %)
  |> xLine(20, %)
  |> yLine(-1.75, %)
  |> xLine(5, %)
  |> yLine(1.75, %)
  |> xLine(20, %)
  |> yLine(-1.75, %)
  |> xLine(5, %)
  |> yLine(1.75, %)
  |> xLine(20, %)
  |> yLine(-1.75, %)
  |> xLine(5, %)
  |> yLine(1.75, %)
  |> xLine(20, %)
    |> yLine(-1.75, %)
  |> xLine(5, %)
  |> yLine(1.75, %)
  |> xLineTo(61.85, %)
  |> yLineTo(0, %)
  |> mirror2d({ axis = 'X' }, %)
  |> extrude(2, %)
@nicboone8 nicboone8 added bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app. labels Jan 2, 2025
@jtran jtran changed the title Artifact Graph Weird Highlight Behavior Code Pane Weird Highlight Behavior with mirror2d Jan 2, 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

2 participants