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

From BRL-CAD
Line 14: Line 14:
 
* Compare codes of brep_simple.cpp and arb8_brep.cpp.          -- mastered brep_simple
 
* Compare codes of brep_simple.cpp and arb8_brep.cpp.          -- mastered brep_simple
 
* Replace the input data in brep_simple with arb8.              -- a beginning
 
* Replace the input data in brep_simple with arb8.              -- a beginning
 +
 +
==Thursday, June 16, 2022==
 +
* Run and analyze the result of examples about brep, record errors found.
 +
* Write one example about converting arb8 into brep.            -- about 75% completion

Revision as of 10:14, 16 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

Thursday, June 16, 2022

  • Run and analyze the result of examples about brep, record errors found.
  • Write one example about converting arb8 into brep. -- about 75% completion