d9b0c6af77
- make_box: shared 8 vertices + edge dedup (was 24 vertices, now 8) - ToleranceConfig: per-operation tolerances, global config - fuzzy_equal/zero/gt/lt/gte/lte with absolute+relative tolerance - fuzzy vector/point/parallel/perpendicular helpers - adaptive_tolerance: scales with model size - 14 tolerance tests
25 lines
770 B
CMake
25 lines
770 B
CMake
add_vde_test(test_brep)
|
|
add_vde_test(test_brep_modeling)
|
|
add_vde_test(test_step_export)
|
|
add_vde_test(test_step_import)
|
|
add_vde_test(test_brep_boolean)
|
|
add_vde_test(test_brep_validate)
|
|
add_vde_test(test_iges_import)
|
|
add_vde_test(test_iges_export)
|
|
add_vde_test(test_assembly)
|
|
add_vde_test(test_brep_face_split)
|
|
add_vde_test(test_measure)
|
|
add_vde_test(test_assembly_constraints)
|
|
add_vde_test(test_trimmed_surface)
|
|
add_vde_test(test_brep_heal)
|
|
add_vde_test(test_brep_drawing)
|
|
add_vde_test(test_assembly_instance)
|
|
add_vde_test(test_constraint_solver_3d)
|
|
add_vde_test(test_interference_check)
|
|
add_vde_test(test_motion_simulation)
|
|
add_vde_test(test_explode_view)
|
|
add_vde_test(test_gdt)
|
|
add_vde_test(test_incremental_update)
|
|
add_vde_test(test_v4_1)
|
|
add_vde_test(test_tolerance)
|