1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-30 13:05:50 +03:00
occt/tests/bugs/modalg_4/bug697_2
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
913 B
Plaintext
Executable File

puts "TODO OCC25829 ALL: Error : The area of result shape is"
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
puts "============"
puts "OCC697"
puts "============"
puts ""
######################################################
# Fuse operation does not work
######################################################
## (old topology)
## (fuse)
######################################################
puts "#"
puts "Non stable test case on Linux. MKV. 28.04.2010"
puts "#"
restore [locate_data_file OCC697_2.brep] b2
restore [locate_data_file OCC697_3.brep] b3
checkshape b2
checkshape b3
##############################################
if { [catch {bfuse result b2 b3} catch_result] } {
##############################################
puts "Faulty : an exception was caught"
}
checkprops result -s 25357.5
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png