mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- 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
7 lines
191 B
CMake
7 lines
191 B
CMake
# Test source files for TKShHealing
|
|
set(OCCT_TKShHealing_GTests_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_TKShHealing_GTests_FILES
|
|
ShapeAnalysis_CanonicalRecognition_Test.cxx
|
|
)
|