1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug25722
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

34 lines
602 B
Plaintext

puts "=========="
puts "OCC25722"
puts "=========="
puts ""
#################################################
# Wrong implementation of SetFuzzyValue method
#################################################
box b1 10 10 10
box b2 10.0001 0 0 10 10 10
bfuzzyvalue 0.0001
bclearobjects
bcleartools
baddobjects b1
baddtools b2
bfillds
bbop r 1
checknbshapes r -solid 1
bfuzzyvalue 0.
box b1 10 10 10
box b2 10.0001 0 0 10 10 10
bclearobjects
bcleartools
baddobjects b1
baddtools b2
bfillds
bbop result 1
checknbshapes result -solid 2
checkview -display result -2d -path ${imagedir}/${test_image}.png