mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
22 lines
479 B
Plaintext
Executable File
22 lines
479 B
Plaintext
Executable File
puts "TODO OCC26999 ALL: Error : .*The area .*is"
|
|
|
|
puts "========"
|
|
puts "OCC772"
|
|
puts "SAM1643"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## Impossible to make a common of the shapes attached.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC772_fix.brep] a
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bcommon result a_1 a_2
|
|
|
|
checkprops result -s 10190.7
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|