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

29 lines
761 B
Plaintext

puts "=========="
puts "OCC24470"
puts "=========="
puts ""
##################################################
# Wrong result done by General Fuse algorithm
##################################################
restore [locate_data_file bug24470_box.brep] b1
restore [locate_data_file bug24470_cone.brep] b2
restore [locate_data_file bug24470_cylinder.brep] b3
restore [locate_data_file bug24470_rotBox.brep] b4
restore [locate_data_file bug24470_rotCyl.brep] b5
restore [locate_data_file bug24470_sphere.brep] b6
restore [locate_data_file bug24470_torus.brep] b7
bclearobjects
bcleartools
baddobjects b1 b2 b3 b4 b5 b6 b7
bfillds
bbuild result
checkshape result
checkprops result -s 595443
checkview -display result -2d -path ${imagedir}/${test_image}.png