菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - ASSEMCAD: Production-Ready CAD Assembly Generation from Natural Language

Recent advances in large language models and programmatic CAD have significantly improved Text-to-CAD generation for individual parts. However, production-ready mechanical assembly generation remains largely unsolved. Unlike single-part modeling, assemblies require coordinated reasoning over multiple components, functional interfaces, assembly relations, engineering principles, and physical consistency. Consequently, directly generating executable CAD code is insufficient for constructing mechanically valid and reusable assemblies. We present AssemCAD, an axiom-grounded framework for production-ready CAD assembly generation from natural language. Instead of representing an assembly as monolithic CAD code, AssemCAD first constructs an axiomatic Assembly Specification consisting of typed parts, geometry-backed ports, executable mates, and engineering axioms. Each assembly relation is explicitly grounded in one or more engineering principles, making the resulting specification interpretable, reusable, and verifiable. To realize this specification, AssemCAD introduces a port- and mate-based CAD assembly library that executes symbolic assembly relations through deterministic mate transformations and validates declared interfaces using concrete B-Rep geometric evidence. Built on this representation and library, AssemCAD further supports on-demand synthesis of reusable parametric component factories for both standard and open-world geometries. Experiments on AssemBench show that AssemCAD substantially improves assembly preservation and physical validity over code-centric CAD generation baselines, while generalizing across different foundation-model backbones. By combining axiom-grounded assembly reasoning with deterministic geometric execution, AssemCAD extends Text-to-CAD from isolated part generation toward production-ready mechanical assembly design.

顶级标签: machine learning aigc natural language processing
详细标签: text-to-cad assembly generation mechanical design axiom-grounded engineering validation 或 搜索:

AssemCAD:从自然语言生成可投入生产的CAD装配体 / ASSEMCAD: Production-Ready CAD Assembly Generation from Natural Language


1️⃣ 一句话总结

本文提出AssemCAD框架,通过先构建包含零件类型、接口、装配关系和工程公理的装配规范,再利用几何引擎精确执行,从而支持从自然语言生成机械上合理、可重用且能直接投入生产的CAD装配体。

源自 arXiv: 2607.05123