1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00

Correction misprinting

This commit is contained in:
bugmaster 2016-02-21 08:39:14 +03:00
parent db2a696d96
commit c19f09e973

View File

@ -8,18 +8,18 @@ puts ""
pload XDE pload XDE
stepread [locate_data_file bug23202_Leuchte.stp] a * stepread [locate_data_file bug23202_Leuchte.stp] a *
explode a_1 f explode a_1 f
renamevar a_1_714 b renamevar a_1_714 result
donly b donly result
smallview smallview
fit fit
isos b 10 isos result 10
set bug_info [incmesh b 0.1] set bug_info [incmesh result 0.1]
if {[regexp "NoError" $bug_info] != 1} { if {[regexp "NoError" $bug_info] != 1} {
puts "Error: open wire problem on face 714" puts "Error: open wire problem on face 714"
} }
checkshape b checkshape result
# relative tolerance (%) # relative tolerance (%)
set rel_tol 1 set rel_tol 1
@ -27,6 +27,6 @@ set area_eps 0
checkview -screenshot -2d -path ${imagedir}/${test_image}_face714.png checkview -screenshot -2d -path ${imagedir}/${test_image}_face714.png
v2d v2d
pcurve b pcurve result
2dfit 2dfit
checkview -screenshot -2d -path ${imagedir}/${test_image}_curve.png checkview -screenshot -2d -path ${imagedir}/${test_image}_curve.png