mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-12 01:49:39 +08:00
f713b1305f
- Detect complete coincidence between fillet and chamfer intersection curves. - Preserve orientation relationships between equivalent intersection curves. - Reuse existing restriction edges instead of constructing duplicate topology. - Merge coincident curve endpoints into shared topological vertices. - Exclude fully consumed faces and their obsolete boundary edges during reconstruction. - Mark edges collapsed to a single vertex as degenerated during construction. - Accept tangential contacts while rejecting transversal intersections. - Preserve generated and modified shape history in the resulting topology. - Add GTests for convex, concave, opposing-edge, chamfer, and history cases.
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
## ====================================
|
|
## Grid : CFI900
|
|
## Test : E4
|
|
## Comment : from pro10320
|
|
## ====================================
|
|
puts "TODO OCC22817 All:Faulty shapes in variables faulty_1 to faulty_7"
|
|
|
|
restore [locate_data_file CFI_pro10320.rle] a
|
|
explode a e
|
|
blend result a 15 a_15
|
|
|
|
checkprops result -s 22178.4
|