Simplify fillet and chamfer operations #219
Labels
Breaking Change
This issue will cause a breaking change in one or more CodeToCAD providers
Core
This issue affects CodeToCAD core modules
good first issue
Good for newcomers
Right now we have:
fillet_edges
fillet_all_edges
fillet_faces
fillet_all_faces
These can all be simplified into single
fillet
method, where providing no edges fillets ALL the edges (which is equivalent to all faces), and providing the edges that make up a face would fillet a face.Then do the same thing for the
chamfer
methods.The text was updated successfully, but these errors were encountered: