1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
mkv
df6af31978 Test for 0022602: Improvement in notched healing 2017-07-12 17:13:06 +03:00

26
tests/bugs/heal/bug22602 Normal file
View File

@@ -0,0 +1,26 @@
puts "TODO OCC22602 ALL: Error : notched simple file is WRONG"
puts "========"
puts "OCC22602"
puts "========"
puts ""
#############################################
# Improvement in notched healing
#############################################
restore [locate_data_file bug22602_notched_simple.brep] a
checkview -display a -2d -path ${imagedir}/${test_image}_1.png
fixshape result a -l -o -h -m -d -s -i +n
checkshape result
set nbshapes_expected "
Number of shapes in shape
VERTEX : 6
EDGE : 7
"
checknbshapes result -ref ${nbshapes_expected} -t -m "notched simple file"
checkview -display result -2d -path ${imagedir}/${test_image}_2.png