Sketcher: Chamfer tool (and fillet refactor)
This commit is contained in:
committed by
WandererFan
parent
9d43e7fda7
commit
b3fe5bba28
@@ -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<>
|
||||
|
||||
Reference in New Issue
Block a user