OcctKernel 구현 — PSC-I B-rep sweep + BRepMesh 테셀레이션
- cimery-kernel/src/occt.rs: OcctKernel (--features occt 전용) - Workplane::xy().sketch()로 PSC-I 14-vertex 2D 프로파일 생성 - Face::extrude(DVec3) → Solid (OCCT B-rep) - Mesher::try_new() + mesh() → 테셀레이션 - cimery Mesh로 변환 (vertices/normals/indices) - 기타 Feature: PureRustKernel 위임 - kernel/Cargo.toml: glam 0.24 (opencascade-rs 동일 버전) - cargo build --features occt 빌드 확인 완료 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
## 타임라인
|
||||
|
||||
### 2026-04-14
|
||||
- code — OcctKernel 구현 완료 (`--features occt`). PSC-I B-rep sweep + BRepMesh 테셀레이션. 빌드 확인.
|
||||
- code — cimery Sprint 1 구현 완료. 8 crates (core/ir/dsl/kernel/incremental/evaluator/usd/viewer), `cargo test --workspace` 32개 전부 통과. DSL→IR→salsa-style-db→evaluator→StubKernel→USD 파이프라인 검증.
|
||||
- meta — Revit API 가이드 Output/guides/revit-api-guide.md 추가됨.
|
||||
- meta — PLAN.md · PROGRESS.md 도입. 에이전트 간 작업 조정 프로토콜 확립.
|
||||
|
||||
Reference in New Issue
Block a user