Contributor
Gregory Li

Test-Driven Development for BRL-CAD NURBS/Brep Boolean Operation


Mentors
Morrison
Organization
BRL-CAD
Technologies
c/c++
Topics
graphics, cad
Currently, BRL-CAD has implemented a series of NURBS and Brep operations, and in some cases it works well. But there are many cases to be tested, improved or solved like missing surfaces or solids and optimizing topology of Brep. This project works in Test-Driven Development(TDD), aims to test and develop NURBS/Brep part of BRL-CAD, to ensure correctness of geometry and topology in common and special cases.