mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Adjusted faulties and warnings in tests for IGES and STEP files to reflect updated results. - Corrected tolerance values in multiple tests to ensure accuracy in shape validation. - Updated expected label counts and properties in several test cases to align with new outputs. - Modified error messages and expected results in HLR and offset tests for consistency. - Refined metadata checks in GLTF and STEP tests to match revised reference sizes and values. - Update Improvements cases with removing TODO
42 lines
906 B
Plaintext
42 lines
906 B
Plaintext
puts "========"
|
|
puts "0031207: Regression in Boolean Operations: fuse gives wrong result"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31207_cylinder.brep] s1
|
|
restore [locate_data_file bug31207_pipe.brep] s2
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects s1
|
|
baddtools s2
|
|
bfillds
|
|
|
|
bbop r0 0
|
|
bbop r1 1
|
|
bbop r2 2
|
|
bbop r3 3
|
|
bbop r4 4
|
|
|
|
checkshape r0
|
|
checknbshapes r0 -wire 10 -face 10 -shell 1 -solid 1 -t
|
|
checkprops r0 -s 0.00309819 -v 1.751e-07
|
|
|
|
checkshape r1
|
|
checknbshapes r1 -wire 19 -face 19 -shell 3 -solid 3 -t
|
|
checkprops r1 -s 0.0266469 -v 9.78558e-05
|
|
|
|
checkshape r2
|
|
checknbshapes r2 -wire 9 -face 9 -shell 1 -solid 1 -t
|
|
checkprops r2 -s 0.0241535 -v 9.41001e-05
|
|
|
|
checkshape r3
|
|
checknbshapes r3 -wire 16 -face 16 -shell 3 -solid 3 -t
|
|
checkprops r3 -s 0.00559005 -v 3.58054e-06
|
|
|
|
checkshape r4
|
|
checksection r4 -r 4
|
|
checkprops r4 -l 0.970304
|
|
|
|
checkview -display r1 -2d -path ${imagedir}/${test_image}.png
|