Sketcher: Chamfer tool (and fillet refactor)

This commit is contained in:
PaddleStroke
2024-03-12 11:45:08 +01:00
committed by WandererFan
parent 9d43e7fda7
commit b3fe5bba28
12 changed files with 1342 additions and 420 deletions

View File

@@ -375,8 +375,8 @@ void SketcherAddWorkspaceFillets(T& geom);
template<>
inline void SketcherAddWorkspaceFillets<Gui::MenuItem>(Gui::MenuItem& geom)
{
geom << "Sketcher_CreatePointFillet"
<< "Sketcher_CreateFillet";
geom << "Sketcher_CreateFillet"
<< "Sketcher_CreateChamfer";
}
template<>