feat(sheet-metal): foundation tier — vcad-kernel-sheet + design spec#177
Merged
feat(sheet-metal): foundation tier — vcad-kernel-sheet + design spec#177
Conversation
Lays the legendary architecture from docs/design/sheet-metal.md: a SheetMetalModel as a graph of flat panels connected by cylindrical bends, where the graph is the source of truth and both bent 3D and flat-pattern views are derived. This makes unfold/refold inverses by construction — the tests prove `refold ∘ unfold = identity` on bent frames within 1e-9, with no drift across 10 round-trips. Foundation tier: - Panel + Bend + SheetMetalModel with BFS traversal - BendTable with K-factor lookup and KFactorSource provenance (Builtin/Shop/Measured/Manual) — drives the colored dot in the UI - base_flange_rect / base_flange_polygon - add_edge_flange with manual_k override - unfold / refold operating in place on the model - FlatPattern projection for DXF / nesting / flat editor - 33 tests covering geometry, allowance math, involution, drift Layered behind this: the strategic spec in docs/design/sheet-metal.md covering bends-as-typed-topology, lossless bidirectional unfold, open community bend-table registry, manufacturability-as-MCP, springback physics, costing, and the dual-view + flat-as-peer UI plan. https://claude.ai/code/session_019XYMEQuLaAX45cqDtpyen7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lays the legendary architecture from docs/design/sheet-metal.md: a
SheetMetalModel as a graph of flat panels connected by cylindrical
bends, where the graph is the source of truth and both bent 3D and
flat-pattern views are derived. This makes unfold/refold inverses by
construction — the tests prove
refold ∘ unfold = identityon bentframes within 1e-9, with no drift across 10 round-trips.
Foundation tier:
(Builtin/Shop/Measured/Manual) — drives the colored dot in the UI
Layered behind this: the strategic spec in docs/design/sheet-metal.md
covering bends-as-typed-topology, lossless bidirectional unfold,
open community bend-table registry, manufacturability-as-MCP,
springback physics, costing, and the dual-view + flat-as-peer UI plan.
https://claude.ai/code/session_019XYMEQuLaAX45cqDtpyen7