Difference between revisions of "User:GregoryLi/GSoC2022/DevLog"

From BRL-CAD
Line 3: Line 3:
 
<h1>Community Bonding Period</h1>
 
<h1>Community Bonding Period</h1>
  
==Friday, June 5, 2022==
 
* Rebuild BRL-CAD on a new computer.
 
* Read BRL-CAD NURBS Boolean Evaluation Development Guide: Chapter 1 to 3.
 
 
==Monday, June 7, 2022==
 
 
* familiar with arb8 convert to brep code
 
* familiar with arb8 convert to brep code
 
* Read BRL-CAD NURBS Boolean Evaluation Development Guide.
 
* Read BRL-CAD NURBS Boolean Evaluation Development Guide.
 
==Tuesday, June 8, 2022==
 
 
* Look into arb8_brep and brep_simple.
 
* Look into arb8_brep and brep_simple.
 
* Test converting arb8 to brep.
 
* Test converting arb8 to brep.
 +
 +
<h1>Work Period</h1>
 +
 +
==Wednesday, June 15, 2022==
 +
* Test converting arb8 into brep format with non-planar faces.  -- get the differences of the output of them, but the result of brep_simple.cpp seems confusing.
 +
* Compare codes of brep_simple.cpp and arb8_brep.cpp.          -- mastered brep_simple
 +
* Replace the input data in brep_simple with arb8.              -- a beginning

Revision as of 11:10, 15 June 2022

Development Logs

Community Bonding Period

  • familiar with arb8 convert to brep code
  • Read BRL-CAD NURBS Boolean Evaluation Development Guide.
  • Look into arb8_brep and brep_simple.
  • Test converting arb8 to brep.

Work Period

Wednesday, June 15, 2022

  • Test converting arb8 into brep format with non-planar faces. -- get the differences of the output of them, but the result of brep_simple.cpp seems confusing.
  • Compare codes of brep_simple.cpp and arb8_brep.cpp. -- mastered brep_simple
  • Replace the input data in brep_simple with arb8. -- a beginning