Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Pointer-CAD: Unifying B-Rep and Command Sequences via Pointer-based Edges & Faces Selection

About

Constructing computer-aided design (CAD) models is labor-intensive but essential for engineering and manufacturing. Recent advances in Large Language Models (LLMs) have inspired the LLM-based CAD generation by representing CAD as command sequences. But these methods struggle in practical scenarios because command sequence representation does not support entity selection (e.g. faces or edges), limiting its ability to support complex editing operations such as chamfer or fillet. Further, the discretization of a continuous variable during sketch and extrude operations may result in topological errors. To address these limitations, we present Pointer-CAD, a novel LLM-based CAD generation framework that leverages a pointer-based command sequence representation to explicitly incorporate the geometric information of B-rep models into sequential modeling. In particular, Pointer-CAD decomposes CAD model generation into steps, conditioning the generation of each subsequent step on both the textual description and the B-rep generated from previous steps. Whenever an operation requires the selection of a specific geometric entity, the LLM predicts a Pointer that selects the most feature-consistent candidate from the available set. Such a selection operation also reduces the quantization error in the command sequence-based representation. To support the training of Pointer-CAD, we develop a data annotation pipeline that produces expert-level natural language descriptions and apply it to build a dataset of approximately 575K CAD models. Extensive experimental results demonstrate that Pointer-CAD effectively supports the generation of complex geometric structures and reduces segmentation error to an extremely low level, achieving a significant improvement over prior command sequence methods, thereby significantly mitigating the topological inaccuracies introduced by quantization error.

Dacheng Qi, Chenyu Wang, Jingwei Xu, Tianzhe Chu, Zibo Zhao, Wen Liu, Wenrui Ding, Yi Ma, Shenghua Gao• 2026

Related benchmarks

TaskDatasetResultRank
text-to-CAD generationDeepCAD Recap
Chamfer Distance (Mean)2.58
13
text-to-CAD generationRecap-OmniCAD+
Line F1 Score95.79
7
CAD GenerationRecap-OmniCAD+ (test)
Intersection Ratio (IR)25.37
7
text-to-CAD generationRecap-DeepCAD (test)
Intersection Ratio (IR)15.02
7
CAD GenerationDeepCAD Recap
Coverage (COV)89.4
6
CAD GenerationRecap-OmniCAD+
Coverage (COV)87.57
6
CadQuery code generationRecap-OmniCAD+-2K
IR26.02
6
text-to-CAD generationText2CAD
IR6.74
6
Showing 8 of 8 rows

Other info

Follow for update