refactor: Implement Rectangle tool with snapping and dimensions

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-16 20:45:39 -07:00
parent 2b455f57d4
commit 246372b847
9 changed files with 267 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ add_executable(OpenCAD
src/Feature.cpp
src/SketchFeature.cpp
src/SketchLine.cpp
src/SketchRectangle.cpp
src/FeatureBrowser.cpp
src/ApplicationController.cpp
src/Camera.cpp