mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-04 02:56:44 +08:00
Fast rebuilding of the face is now avoided if its edges have been unified during the intersection. Full rebuilding of the face is required in this case (using BuilderFace algorithm).
21 lines
416 B
Plaintext
21 lines
416 B
Plaintext
puts "======="
|
|
puts "OCC28113: BOPAlgo_Builder produces invalid shape"
|
|
puts "======="
|
|
puts ""
|
|
|
|
|
|
restore [locate_data_file bug28113_shapes_2.brep] s
|
|
explode s
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects s_1
|
|
baddtools s_2
|
|
bfillds
|
|
bsplit result
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 34 -face 34 -shell 3 -solid 3
|
|
checkprops result -s 26451 -v 107642
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|