de86f6004c
- MotionJoint with type, anchor, axis, limits - MotionSimulation: step/run with driver functions - Constant speed and custom driver support - Collision detection integration during simulation - 13 tests: all joint types, limits, reset, multi-joint chains
20 lines
624 B
CMake
20 lines
624 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)
|