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

26 lines
746 B
Plaintext
Executable File

puts "============"
puts "OCC25847"
puts "============"
puts ""
###############################
## Wrong result obtained by General Fuse operator.
###############################
restore [locate_data_file bug25847_face_96.brep ] b1
restore [locate_data_file bug25847_face_294.brep] b2
restore [locate_data_file bug25847_face_533.brep] b3
restore [locate_data_file bug25847_face_535.brep] b4
bclearobjects
bcleartools
baddobjects b1 b2 b3 b4
bfillds
bbuild result
checkprops result -s 3912.59
checkshape result
checknbshapes result -vertex 100 -edge 108 -wire 10 -face 9 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 228 -t -m "Result obtained by General Fuse operator"
checkview -display result -3d -path ${imagedir}/${test_image}.png