Difference between revisions of "User:GregoryLi/GSoC2022/DevLog"
From BRL-CAD
Line 18: | Line 18: | ||
* Run and analyze the result of examples about brep, record errors found. | * Run and analyze the result of examples about brep, record errors found. | ||
* Write one example about converting arb8 into brep. -- about 75% completion | * Write one example about converting arb8 into brep. -- about 75% completion | ||
+ | |||
+ | ==Friday, June 17, 2022== | ||
+ | * Write one example about converting arb8 into brep. -- accomplish | ||
+ | * Read code of current examples about creating and processing object. |
Revision as of 09:41, 17 June 2022
Contents
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
Friday, June 17, 2022
- Write one example about converting arb8 into brep. -- accomplish
- Read code of current examples about creating and processing object.