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 ae0a31542f
commit 4d6b1f3eb8
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"