English

B-Rep Distance Functions (BR-DF): How to Represent a B-Rep Model by Volumetric Distance Functions?

Computer Vision and Pattern Recognition 2025-11-20 v1 Artificial Intelligence

Abstract

This paper presents a novel geometric representation for CAD Boundary Representation (B-Rep) based on volumetric distance functions, dubbed B-Rep Distance Functions (BR-DF). BR-DF encodes the surface mesh geometry of a CAD model as signed distance function (SDF). B-Rep vertices, edges, faces and their topology information are encoded as per-face unsigned distance functions (UDFs). An extension of the Marching Cubes algorithm converts BR-DF directly into watertight CAD B-Rep model (strictly speaking a faceted B-Rep model). A surprising characteristic of BR-DF is that this conversion process never fails. Leveraging the volumetric nature of BR-DF, we propose a multi-branch latent diffusion with 3D U-Net backbone for jointly generating the SDF and per-face UDFs of a BR-DF model. Our approach achieves comparable CAD generation performance against SOTA methods while reaching the unprecedented 100% success rate in producing (faceted) B-Rep models.

Keywords

Cite

@article{arxiv.2511.14870,
  title  = {B-Rep Distance Functions (BR-DF): How to Represent a B-Rep Model by Volumetric Distance Functions?},
  author = {Fuyang Zhang and Pradeep Kumar Jayaraman and Xiang Xu and Yasutaka Furukawa},
  journal= {arXiv preprint arXiv:2511.14870},
  year   = {2025}
}

Comments

Project page: https://zhangfuyang.github.io/brdf/