66777e0839
v6.1.1 — 5-Axis CAM: - cam_5axis.h/.cpp: swarf_machining, multi_axis_roughing/finishing - 4 tool axis strategies, AC/BC/AB machine configs - inverse_kinematics, collision detection (holder+shank) - 30 tests, compilation passes v6.1.2 — Reverse Engineering: - point_cloud.h/.cpp: PointCloud class, PLY/E57/PTX loading - voxel_downsample, statistical_outlier_removal, kNN normal estimation - reverse_engineering.h/.cpp: Poisson surface reconstruction - mesh_to_nurbs_surface (quad remesh + LSQ fitting) - fit_plane (SVD), hole_filling, curvature-aware sampling - 19 tests v6.1.3 — FEA Mesh Generation: - fea_mesh.h/.cpp: tetrahedral (Delaunay 3D), boundary layer (prism) - hexahedral (sweep/extrude), adaptive refinement - MeshQuality: skewness, aspect_ratio, Jacobian, orthogonality - export_abaqus/ansys/nastran formats - 15 tests, 7/8 quality metrics verified
10 lines
266 B
CMake
10 lines
266 B
CMake
add_vde_test(test_halfedge)
|
|
add_vde_test(test_delaunay)
|
|
add_vde_test(test_quality)
|
|
add_vde_test(test_smooth)
|
|
add_vde_test(test_delaunay_3d)
|
|
add_vde_test(test_mesh_lod)
|
|
add_vde_test(test_parallel_mc)
|
|
add_vde_test(test_reverse_engineering)
|
|
add_vde_test(test_fea_mesh)
|