1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
nbv e8e26df06c 0027873: Exception is raised in BRepFill_Filling::FindExtremitiesOfHoles()
The reason of exception has been eliminated.
Creation of the test case for this issue.
Correction of unstable test case.

Some test cases have been adjusted according to their new behavior.
2016-09-23 09:57:52 +03:00

20 lines
446 B
Plaintext
Executable File

puts "REQUIRED All: Error in OCC525. Null result is expected."
pload QAcommands
puts "========"
puts "OCC525"
puts "========"
puts ""
########################################################
## Bug in GeomPlate_BuildPlateSurface::ComputeSurfInit()
########################################################
set mistake 0
if { [catch { OCC525 } ] } {
puts "Faulty : OCC525"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png