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_2/bug22828
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

20 lines
647 B
Plaintext
Executable File

puts "============"
puts "OCC22828"
puts "============"
puts ""
#######################################################################
# Fuse on simple shapes with conical surfaces crashes
#######################################################################
set BugNumber OCC22828
restore [locate_data_file bug22828_shape1.brep] b1
restore [locate_data_file bug22828_shape2.brep] b2
catch { bfuse result b1 b2 }
checkprops result -s 4029.04
checkshape result
checknbshapes result -vertex 11 -edge 15 -wire 12 -face 9 -shell 2 -solid 2 -compsolid 0 -compound 1 -shape 52
checkview -display result -3d -path ${imagedir}/${test_image}.png