-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 2D and 3D Wire fillet (#1549)
* Add support for 2D and 3D Wire fillet * Change wire fillet signature to vertex coordinate list instead of index list * Fix type error in Wire.fillet * Simplify logic a little bit * black fix * Trying to fix the test * Additional methods for Wire * Fix formatting and logic * Fix for closed wires * Fix test * Remove unused methods * Fix typo in shapes.Wire.fillet comment --------- Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
- Loading branch information
1 parent
4f2cec0
commit 3451007
Showing
2 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters