mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Avoid small edges with empty list of PaveBlocks (removed edges) in the result (BOPAlgo_Builder::FillImagesEdges()).
23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
puts "============"
|
|
puts "OCC26953"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Second test case for Set-44
|
|
###############################
|
|
|
|
restore [locate_data_file bug26954_B44_2.brep] b1
|
|
restore [locate_data_file bug26954_Tank44.brep] b2
|
|
|
|
bfuzzyvalue 0.12
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1
|
|
baddtools b2
|
|
bfillds
|
|
bbop result 0
|
|
|
|
checkprops result -s 42.1078
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|