mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Input shapes were corrected by 'updatetolerance' in tests:
- bugs modalg bug697_3, - bug697_4, - bug697_7, - bug697_8, - bug697_11, - bug1255, - bug1255_1, - bug5729, - bug6181, - bug6182, - bug6272_85, - bug6272_86, - bug10842_5.
This commit is contained in:
parent
4c8d711eb1
commit
4722f664d1
@ -9,6 +9,7 @@ puts ""
|
||||
set BugNumber OCC10842
|
||||
|
||||
restore [locate_data_file OCC10842-1.brep] b1
|
||||
updatetolerance b1
|
||||
restore [locate_data_file OCC10842-2.brep] b2
|
||||
|
||||
puts "Prepare boolean operation ..."
|
||||
|
@ -10,6 +10,7 @@ set BugNumber OCC5729
|
||||
|
||||
restore [locate_data_file OCC5729-f1.brep] f1
|
||||
restore [locate_data_file OCC5729-f2.brep] f2
|
||||
updatetolerance f2
|
||||
|
||||
decho off
|
||||
set che_1 [checkshape f1]
|
||||
|
@ -9,7 +9,9 @@ puts ""
|
||||
set BugNumber OCC6181
|
||||
|
||||
restore [locate_data_file OCC6181_A.brep] s1
|
||||
updatetolerance s1
|
||||
restore [locate_data_file OCC6181_B.brep] s2
|
||||
updatetolerance s2
|
||||
|
||||
decho off
|
||||
set che_s1 [checkshape s1]
|
||||
|
@ -9,6 +9,7 @@ puts ""
|
||||
set BugNumber OCC6182
|
||||
|
||||
restore [locate_data_file OCC6182_A.brep] s1
|
||||
updatetolerance s1
|
||||
restore [locate_data_file OCC6182_B.brep] s2
|
||||
|
||||
decho off
|
||||
|
@ -9,6 +9,7 @@ puts ""
|
||||
set BugNumber OCC6272
|
||||
|
||||
restore [locate_data_file OCC6272_bridge2.brep] a1
|
||||
updatetolerance a1
|
||||
|
||||
#
|
||||
# a1 is compound. It containes a_3, a_5, a_1, a_2, a_4, a_6 solids
|
||||
|
@ -9,6 +9,7 @@ puts ""
|
||||
set BugNumber OCC6272
|
||||
|
||||
restore [locate_data_file OCC6272_bridge2.brep] a1
|
||||
updatetolerance a1
|
||||
|
||||
#
|
||||
# a1 is compound. It containes a_3, a_5, a_1, a_2, a_4, a_6 solids
|
||||
|
@ -10,6 +10,7 @@ puts ""
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file OCC697_1.brep] b1
|
||||
updatetolerance b1
|
||||
restore [locate_data_file OCC697_2.brep] b2
|
||||
|
||||
checkshape b1
|
||||
|
@ -10,6 +10,7 @@ puts ""
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file OCC697_1.brep] b1
|
||||
updatetolerance b1
|
||||
restore [locate_data_file OCC697_2.brep] b2
|
||||
|
||||
checkshape b1
|
||||
|
@ -10,6 +10,7 @@ puts ""
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file OCC697_1.brep] b1
|
||||
updatetolerance b1
|
||||
restore [locate_data_file OCC697_2.brep] b2
|
||||
|
||||
checkshape b1
|
||||
|
Loading…
x
Reference in New Issue
Block a user