Sketcher: Snap: initial implementation: - creation of SnapManager class. - Move grid snap to this new class. - Add snap to object. - Add snap at angle.

This commit is contained in:
Paddle
2023-03-15 11:08:54 +01:00
committed by abdullahtahiriyo
parent 21c2eb6014
commit 0f274c2e07
10 changed files with 1526 additions and 73 deletions

View File

@@ -188,7 +188,8 @@ inline void SketcherAddWorkbenchSketchEditModeActions(Gui::ToolBarItem& sketch)
sketch << "Sketcher_LeaveSketch"
<< "Sketcher_ViewSketch"
<< "Sketcher_ViewSection"
<< "Sketcher_Grid";
<< "Sketcher_Grid"
<< "Sketcher_Snap";
}
template <typename T>