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

24 lines
657 B
Plaintext
Executable File

puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
puts "TODO OCC26582 ALL: Error : The area of result shape is"
puts "========="
puts " OCC497 "
puts "(case 3)"
puts "========="
puts ""
########################################################
## Result of cut and fuse operation are faulty shapes although arguments are valid.
########################################################
restore [locate_data_file OCC497e.brep] a_1
checkshape a_1
restore [locate_data_file OCC497f.brep] a_2
checkshape a_2
bcut result a_1 a_2
checkprops result -s 2471.48
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png