Skip to content
forked from xiaowuga/DeFillet

The code of paper "DeFillet: Detection and Removal of Fillet Regions in Polygonal CAD Models" , ACM Transactions on Graphics (SIGGRAPH 2025)

License

Notifications You must be signed in to change notification settings

dawuga/DeFillet

 
 

Repository files navigation

DeFillet: Detection and Removal of Fillet Regions in Polygonal CAD Models

Paper Project Page Video

Jing-En Jiang · Hanxiao Wang · Mingyang Zhao · Dong-Ming Yan · Shuangmin Chen . Shiqing Xin . Changhe Tu . Wenping Wang

This repository contains the official implementation of our SIGGRAPH 2025 paper "DeFillet: Detection and Removal of Fillet Regions in Polygonal CAD Models".

Please give a star and cite if you find this repo useful.

Platform

  • Windows 11
  • CLion2024.1.2 + Visual Stdio 2022
  • Intel(R) Core i9-13900K

Dependence

The dependent libraries of our code includes:

  • Eigen3 (3.4.0 or later)
  • libigl (2.5.0 or later)
  • CGAL (5.6 or later)
  • Easy3D (2.5.2 or later), Please visit the Prof.Nan's repository to obtain it and follow the instructions for installation.

Build & Usage

Coming Soon!

Citation

If you make use of our work, please cite our paper:

@article{jiang2025defillet,
      title={DeFillet: Detection and Removal of Fillet Regions in Polygonal CAD Models}, 
      author={Jing-En Jiang and Hanxiao Wang and Mingyang Zhao and Dong-Ming Yan and Chen, Shuangmin and Xin, Shiqing and Tu, Changhe and Wang, Wenping },
      journal={ACM Transactions on Graphics (TOG)},
      publisher={ACM New York, NY, USA},
      year={2025},
      address = {New York, NY, USA},
      volume = {44},
      number = {4},
      issn = {0730-0301},
      url = {https://doi.org/10.1145/3731166},
      doi = {10.1145/3731166},
}

Maintaince

If any problem, please contact me via [email protected].

About

The code of paper "DeFillet: Detection and Removal of Fillet Regions in Polygonal CAD Models" , ACM Transactions on Graphics (SIGGRAPH 2025)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • CMake 1.2%
  • C 0.1%