Pith. sign in

REVIEW 2 cited by

Don't Mesh with Me: Generating Constructive Solid Geometry Instead of Meshes by Fine-Tuning a Code-Generation LLM

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2411.15279 v2 pith:IVVKSXKM submitted 2024-11-22 cs.LG cs.GR

Don't Mesh with Me: Generating Constructive Solid Geometry Instead of Meshes by Fine-Tuning a Code-Generation LLM

classification cs.LG cs.GR
keywords geometrycode-generationmechanicalmeshesconstructivecreatedatasetgenerating
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

While recent advancements in machine learning, such as LLMs, are revolutionizing software development and creative industries, they have had minimal impact on engineers designing mechanical parts, which remains largely a manual process. Existing approaches to generating 3D geometry most commonly use meshes as a 3D representation. While meshes are suitable for assets in video games or animations, they lack sufficient precision and adaptability for mechanical engineering purposes. This paper introduces a novel approach for the generation of 3D geometry that generates surface-based Constructive Solid Geometry (CSG) by leveraging a code-generation LLM. First, we create a dataset of 3D mechanical parts represented as code scripts by converting Boundary Representation geometry (BREP) into CSG-based Python scripts. Second, we create annotations in natural language using GPT-4. The resulting dataset is used to fine-tune a code-generation LLM. The fine-tuned LLM can complete geometries based on positional input and natural language in a plausible way, demonstrating geometric understanding.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Masked Topology Modeling for Self-Supervised Learning on Parametric CAD

    cs.CV 2026-07 conditional novelty 6.0

    Masked Topology Modeling pretrains B-rep encoders by hiding face-adjacency edges and predicting their kernel-computed convexity and curve type, improving label efficiency on CAD benchmarks.

  2. BrepCoder: A Unified Multimodal Large Language Model for Multi-task B-rep Reasoning

    cs.LG 2026-02 conditional novelty 6.0

    BrepCoder trains one multimodal LLM to read B-rep CAD geometry and output CAD code, handling reverse engineering, completion, error correction, and CAD-QA.