]> OCCT Git - occt.git/commit
Testing - Add ShapeAnalysis_CanonicalRecognition unit tests (#720)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Thu, 9 Oct 2025 10:27:04 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 10:27:04 +0000 (11:27 +0100)
commit0476fd3936743decfd7231ca923cc2879c7f4c38
tree34056a2797980d7ed0151067dc140bf5d679995d
parent775454b75a1ef53d3710fab1ecbbffd522262eb0
Testing - Add ShapeAnalysis_CanonicalRecognition unit tests (#720)

- Implements 20+ test cases covering curve recognition (line, circle, ellipse) and surface recognition (plane, cylinder, cone, sphere)
- Tests both simple canonical shapes and complex multi-segment/sewn geometry scenarios
- Includes error handling tests for invalid/null shapes
src/ModelingAlgorithms/TKShHealing/GTests/FILES.cmake
src/ModelingAlgorithms/TKShHealing/GTests/ShapeAnalysis_CanonicalRecognition_Test.cxx [new file with mode: 0644]