Awesome AI4CAD Hub Papers · Datasets · Projects
← Back to papers

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

arXiv 2026 64.1 method

TLDR

Pointer-CAD uses pointer-based command sequences to unify B-Rep and entity selection for LLM-based CAD generation, reducing errors.

Reasoning

The paper introduces a novel pointer mechanism to handle entity selection in CAD command sequences, addressing key limitations of prior LLM-based methods. However, the abstract is cut off and lacks explicit evaluation results or real-world benchmarks, making it hard to assess practical impact.

Read-first score

Read-first score 64.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 101.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=dataset,experiment,metric,result

Topical relevance 42%
63.1

Uses existing LLM keyword relevance scores normalized to 0-100. AI for CAD,computer-aided design,neural CAD,generative CAD,parametric CAD,B-Rep,boundary representation,constructive solid geometry,CSG,sketch extrusion,CAD generation,CAD reconstruction,text-to-CAD,image-to-CAD,point cloud to CAD,CAD program

Reproducibility 25%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=dataset

Field roles

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 18.

Keyword Scores

AI for CAD
10
computer-aided design
10
generative CAD
10
B-Rep
10
boundary representation
10
CAD generation
10
text-to-CAD
10
neural CAD
9
sketch extrusion
8
CAD program
7
parametric CAD
6
CAD reconstruction
1
constructive solid geometry
0
CSG
0
image-to-CAD
0
point cloud to CAD
0

Deep Analysis

Innovations

  • Pointer-based command sequence representation that incorporates B-rep geometric information, enabling entity selection for complex editing operations.
  • Step-wise generation conditioning on textual description and B-rep from previous steps.
  • Pointer mechanism to select the most feature-consistent candidate from available geometric entities, reducing quantization error.
  • Data annotation pipeline producing expert-level natural language descriptions for ~575K CAD models.

Methodology

Pointer-CAD is an LLM-based framework that decomposes CAD generation into steps, conditioning each on text and the B-rep from prior steps. It uses a pointer-based command sequence where the LLM predicts a pointer to select geometric entities, reducing quantization error. A data annotation pipeline was developed to create a dataset of 575K CAD models with natural language descriptions.

Key Results

Pointer-CAD effectively generates complex geometric structures, reduces segmentation error to an extremely low level, and significantly outperforms prior command sequence methods, mitigating topological inaccuracies from quantization error.

Tags

CVCL