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

Use new offset capabilities to add a hole to a closed path with uniform thickness from the perimeter #685

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

benjamaan476
Copy link
Contributor

This endpoint is a combination of MakeOffsetPath and AddHole. It works on closed paths and returns the ids of any new paths created in the process

adamchalmers and others added 4 commits October 30, 2024 15:26
When extruding a 2D shape into a 3D shape, a bunch of new faces are created.
These faces need IDs. The backend currently generates these IDs randomly.
Add a new option to allow the client to send the IDs.
@benjamaan476 benjamaan476 self-assigned this Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (main@ae30c32). Learn more about missing BASE report.

Files with missing lines Patch % Lines
modeling-cmds/src/def_enum.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #685   +/-   ##
=======================================
  Coverage        ?   27.76%           
=======================================
  Files           ?       35           
  Lines           ?     1905           
  Branches        ?        0           
=======================================
  Hits            ?      529           
  Misses          ?     1376           
  Partials        ?        0           
Flag Coverage Δ
unittests 27.76% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@benjamaan476 benjamaan476 merged commit c7cc1b1 into main Dec 19, 2024
10 checks passed
@benjamaan476 benjamaan476 deleted the ben/add_hole_from_offset branch December 19, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants