茂之钳
|
4a07bf34dc
|
fix: remove duplicate edge declaration in modeling.cpp
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 30s
|
2026-07-24 08:45:36 +00:00 |
|
茂之钳
|
a323776fd3
|
fix: SDF nan/edge cases + B-Rep vertex index → ID fix + IGES 1-based DE + STEP cleanup
CI / Build & Test (push) Failing after 16m57s
CI / Release Build (push) Failing after 2m59s
|
2026-07-24 08:42:53 +00:00 |
|
茂之钳
|
203a15bed4
|
fix: step_import — add <optional>, replace operator[] with at() on const map
CI / Build & Test (push) Failing after 30s
CI / Release Build (push) Failing after 28s
|
2026-07-24 06:51:53 +00:00 |
|
茂之钳
|
7099d8d502
|
fix: step_import — use find/insert_or_assign for unordered_map of non-default-constructible types
CI / Build & Test (push) Failing after 34s
CI / Release Build (push) Failing after 31s
|
2026-07-24 06:21:25 +00:00 |
|
茂之钳
|
38098ad3f9
|
fix: step_export — missing <map>, auto deduction; step_import — NurbsCurve default ctor
CI / Build & Test (push) Failing after 36s
CI / Release Build (push) Failing after 31s
|
2026-07-24 06:20:13 +00:00 |
|
茂之钳
|
2e5308a35f
|
fix: step_import — NurbsSurface not default-constructible
CI / Build & Test (push) Failing after 35s
CI / Release Build (push) Failing after 23s
|
2026-07-24 06:18:55 +00:00 |
|
茂之钳
|
8a19e265cd
|
feat(v2.0.0): Sprint 10 — B-Rep完善 + STEP导入/导出 + 布尔运算 + 验证
CI / Build & Test (push) Failing after 40s
CI / Release Build (push) Failing after 1m31s
S10-A: B-Rep modeling 补齐
- fillet: 恒定半径滚动球倒圆(NURBS 曲面构建 + 相邻面裁剪)
- chamfer: 等距倒角(平面偏移 + 倒角面构建)
- shell: 完整抽壳(顶点偏移 + 内外面 + 开口侧壁)
S10-B: STEP AP203/AP214 导入
- ISO 10303-21 解析器(1,424 行)
- 支持 14 种几何实体 → NurbsCurve/NurbsSurface 转换
- 完整拓扑链:VERTEX_POINT → EDGE_CURVE → EDGE_LOOP → ADVANCED_FACE → CLOSED_SHELL → MANIFOLD_SOLID_BREP
- 装配支持:NEXT_ASSEMBLY_USAGE_OCCURRENCE + CONTEXT_DEPENDENT_SHAPE_REPRESENTATION
S10-C.1: STEP AP214 导出
- export_step / export_step_file
- 曲线/曲面类型自动检测简化输出
S10-C.2: B-Rep 级布尔运算
- brep_union / brep_intersection / brep_difference
- 面-面求交 + 内/外分类 + 面缝合
S10-C.3: B-Rep 工程验证
- ValidationResult: 水密性/悬边/自相交/方向一致性/欧拉示性数
测试: 5 个新测试文件,47 项测试(modeling/STEP导入/导出/布尔/验证)
修改: 7 files (+576/-47) | 新增: 13 files (4,141 行)
总计: +4,670 行
|
2026-07-24 05:18:52 +00:00 |
|