Sketcher - Add new Split Edge action

This commit is contained in:
Tomas Pavlicek
2021-02-09 23:17:40 +01:00
committed by abdullahtahiriyo
parent 9209d35390
commit a7d83b5e15
11 changed files with 1276 additions and 14 deletions

View File

@@ -265,6 +265,7 @@ inline void SketcherAddWorkbenchGeometries(T& geom)
SketcherAddWorkspaceFillets(geom);
geom << "Sketcher_Trimming"
<< "Sketcher_Extend"
<< "Sketcher_Split"
<< "Sketcher_External"
<< "Sketcher_CarbonCopy"
<< "Sketcher_ToggleConstruction"