1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/mesh/bug25080
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

19 lines
568 B
Plaintext
Executable File

puts "============"
puts "CR25080"
puts "============"
puts ""
###################################################################################
# [Regression] Problem of meshing narrow face
###################################################################################
restore [locate_data_file bug25080_cowl_narrow_face.brep] result
incmesh result 0.0005
if [catch { tricheck result } ] {
puts "Error : Problem of meshing narrow face"
} else {
puts "OK : Meshing narrow face is good"
}
checkview -display result -3d -path ${imagedir}/${test_image}.png