11b606bd39
v6.0.1 — FFD Freeform Deformation: - ffd_deformation.h/.cpp: Bezier volume lattice, deform_brep/deform_mesh - Bernstein polynomial mapping, topology-preserving - Cage-based + lattice-based FFD, create_cage_lattice() v6.0.2 — Auto-Dimensioning + PMI/MBD + GD&T: - auto_dimensioning.h/.cpp: linear/angular/radial/diameter detection - ISO/ANSI/JIS drawing standards, smart label placement - gdt.h/.cpp: 14 GD&T symbols (ASME Y14.5), MMC/LMC/RFS material conditions - pmi_mbd.h/.cpp: PMIAnnotation, attach_pmi, PMIView, STEP AP242 export - 70/70 tests passing (23 auto-dim + 25 PMI + 22 GD&T regression) v6.0.3 — Web 3D Viewer Enhancement: - viewer/index.html + app.js: Three.js GLB/STL loading - OrbitControls, face coloring, dimension overlay, GD&T display - Measure tool (raycaster), clip plane slider, explode animation - Drag-and-drop file upload, responsive layout
40 lines
1.2 KiB
CMake
40 lines
1.2 KiB
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_ssi_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)
|
|
add_vde_test(test_euler_op)
|
|
add_vde_test(test_draft_analysis)
|
|
add_vde_test(test_incremental_mesh)
|
|
add_vde_test(test_kinematic_chain)
|
|
add_vde_test(test_parallel_boolean)
|
|
add_vde_test(test_feature_recognition)
|
|
add_vde_test(test_v5_features)
|
|
add_vde_test(test_v5_1)
|
|
add_vde_test(test_advanced_blend)
|
|
add_vde_test(test_assembly_lod)
|
|
add_vde_test(test_direct_modeling)
|
|
add_vde_test(test_auto_dimensioning)
|
|
add_vde_test(test_pmi_mbd)
|
|
add_vde_test(test_ffd_deformation)
|