24b6796f51
- CMakeLists.txt: add vde_mesh/vde_brep deps to vde_core (CAM files call to_mesh) - CMakeLists.txt: add vde_mesh/vde_brep deps to vde_foundation (industrial_formats calls to_mesh) - CMakeLists.txt: add vde_sdf dep to vde_brep (boolean_fallback uses SDF functions) - brep_drawing.cpp: implement drawing standards (IsoStandard, AnsiStandard, JisStandard, drawing namespace) - advanced_healing.h/cpp: rename auto_heal_pipeline → advanced_heal_pipeline (avoid clash with brep_heal.h) - assembly_lod.h: add non-const nodes() accessor, remove const from traverse methods - test_advanced_healing.cpp: use advanced_heal_pipeline - test_assembly_patterns.cpp: disable PMI/interference tests (API not yet implemented) - bench_mc_perf.cpp, fuzz_format.cpp: add missing brep_boolean.h include