From 85c81d703f532e3c2d35ef187c78a790bced3c0c Mon Sep 17 00:00:00 2001 From: abk Date: Tue, 12 Mar 2013 11:34:32 +0400 Subject: [PATCH] Tolerances were changed for input shapes in tests: - bugs modalg_1 buc60462_2, - bug1255, - bug1255_1, - bugs modalg_2 bug19811, - bug22781_1, - bug22781_2, - bug22781_3, - bug22781_4, - bugs modalg_4 bug625, - bug767, - bugs moddata_2 bug75_2, - bugs vis bug288_10, - bugs vis bug288_7, - pipe specific A1 - A9, - B1 - B9, - C1 - C6, - K3 - K9, - L1 - L9, - M1 - M9, - N1 - N5, - S8 - S9, - T1 - T9, - U1 - U7. Error messages were changed in tests and test files: - bugs modalg_2 bug472_2, - heal data advanced H5, - drop_small_edges A4. Input shapes checks were added in test bugs modalg_4 bug8842_1. --- tests/bugs/modalg_1/buc60462_2 | 2 ++ tests/bugs/modalg_1/bug1255 | 1 + tests/bugs/modalg_1/bug1255_1 | 1 + tests/bugs/modalg_2/bug19811 | 1 + tests/bugs/modalg_2/bug22781_1 | 1 + tests/bugs/modalg_2/bug22781_2 | 1 + tests/bugs/modalg_2/bug22781_3 | 1 + tests/bugs/modalg_2/bug22781_4 | 1 + tests/bugs/modalg_2/bug472_2 | 5 ++++- tests/bugs/modalg_4/bug625 | 1 + tests/bugs/modalg_4/bug767 | 1 + tests/bugs/modalg_4/bug8842_1 | 2 ++ tests/bugs/moddata_2/bug75_2 | 3 +++ tests/bugs/vis/bug288_10 | 2 ++ tests/bugs/vis/bug288_7 | 2 ++ tests/heal/data/advanced/H5 | 3 ++- tests/heal/drop_small_edges/A4 | 6 +++--- tests/pipe/specific/A1 | 3 +++ tests/pipe/specific/A2 | 3 +++ tests/pipe/specific/A3 | 3 +++ tests/pipe/specific/A4 | 3 +++ tests/pipe/specific/A5 | 3 +++ tests/pipe/specific/A6 | 3 +++ tests/pipe/specific/A7 | 3 +++ tests/pipe/specific/A8 | 3 +++ tests/pipe/specific/A9 | 3 +++ tests/pipe/specific/B1 | 3 +++ tests/pipe/specific/B2 | 3 +++ tests/pipe/specific/B3 | 3 +++ tests/pipe/specific/B4 | 3 +++ tests/pipe/specific/B5 | 3 +++ tests/pipe/specific/B6 | 3 +++ tests/pipe/specific/B7 | 3 +++ tests/pipe/specific/B8 | 3 +++ tests/pipe/specific/B9 | 3 +++ tests/pipe/specific/C1 | 3 +++ tests/pipe/specific/C2 | 3 +++ tests/pipe/specific/C3 | 3 +++ tests/pipe/specific/C4 | 3 +++ tests/pipe/specific/C5 | 3 +++ tests/pipe/specific/C6 | 3 +++ tests/pipe/specific/K3 | 3 +++ tests/pipe/specific/K4 | 3 +++ tests/pipe/specific/K5 | 3 +++ tests/pipe/specific/K6 | 3 +++ tests/pipe/specific/K7 | 3 +++ tests/pipe/specific/K8 | 3 +++ tests/pipe/specific/K9 | 3 +++ tests/pipe/specific/L1 | 3 +++ tests/pipe/specific/L2 | 3 +++ tests/pipe/specific/L3 | 3 +++ tests/pipe/specific/L4 | 3 +++ tests/pipe/specific/L5 | 3 +++ tests/pipe/specific/L6 | 3 +++ tests/pipe/specific/L7 | 3 +++ tests/pipe/specific/L8 | 3 +++ tests/pipe/specific/L9 | 3 +++ tests/pipe/specific/M1 | 3 +++ tests/pipe/specific/M2 | 3 +++ tests/pipe/specific/M3 | 3 +++ tests/pipe/specific/M4 | 3 +++ tests/pipe/specific/M5 | 3 +++ tests/pipe/specific/M6 | 3 +++ tests/pipe/specific/M7 | 3 +++ tests/pipe/specific/M8 | 3 +++ tests/pipe/specific/M9 | 3 +++ tests/pipe/specific/N1 | 3 +++ tests/pipe/specific/N2 | 3 +++ tests/pipe/specific/N3 | 3 +++ tests/pipe/specific/N4 | 3 +++ tests/pipe/specific/N5 | 3 +++ tests/pipe/specific/S8 | 3 +++ tests/pipe/specific/S9 | 3 +++ tests/pipe/specific/T1 | 3 +++ tests/pipe/specific/T2 | 3 +++ tests/pipe/specific/T3 | 3 +++ tests/pipe/specific/T4 | 3 +++ tests/pipe/specific/T5 | 3 +++ tests/pipe/specific/T6 | 3 +++ tests/pipe/specific/T7 | 3 +++ tests/pipe/specific/T8 | 3 +++ tests/pipe/specific/T9 | 3 +++ tests/pipe/specific/U1 | 3 +++ tests/pipe/specific/U2 | 3 +++ tests/pipe/specific/U3 | 3 +++ tests/pipe/specific/U4 | 3 +++ tests/pipe/specific/U5 | 3 +++ tests/pipe/specific/U6 | 3 +++ tests/pipe/specific/U7 | 3 +++ 89 files changed, 245 insertions(+), 5 deletions(-) diff --git a/tests/bugs/modalg_1/buc60462_2 b/tests/bugs/modalg_1/buc60462_2 index a58e92f993..ea007d6ebb 100755 --- a/tests/bugs/modalg_1/buc60462_2 +++ b/tests/bugs/modalg_1/buc60462_2 @@ -8,8 +8,10 @@ puts "BUC60462" puts "==========" restore [locate_data_file buc60462c.brep] a +updatetolerance a checkshape a restore [locate_data_file buc60462d.brep] b +updatetolerance b checkshape b puts "Fuse begin" bfuse result a b diff --git a/tests/bugs/modalg_1/bug1255 b/tests/bugs/modalg_1/bug1255 index 0d3217514f..e41222f80d 100755 --- a/tests/bugs/modalg_1/bug1255 +++ b/tests/bugs/modalg_1/bug1255 @@ -5,6 +5,7 @@ puts "" # Exception in command 'section' restore [locate_data_file OCC1255.brep] a +updatetolerance a checkshape a plane p1 0 -36.8067 0 0 1 0 diff --git a/tests/bugs/modalg_1/bug1255_1 b/tests/bugs/modalg_1/bug1255_1 index 841aadd9ce..03a60cab10 100755 --- a/tests/bugs/modalg_1/bug1255_1 +++ b/tests/bugs/modalg_1/bug1255_1 @@ -8,6 +8,7 @@ puts "" ############################################### restore [locate_data_file OCC1255.brep] a +updatetolerance a checkshape a plane p1 0 -36.8067 0 0 1 0 diff --git a/tests/bugs/modalg_2/bug19811 b/tests/bugs/modalg_2/bug19811 index 5b4ef22252..b3ed63b8bd 100755 --- a/tests/bugs/modalg_2/bug19811 +++ b/tests/bugs/modalg_2/bug19811 @@ -10,6 +10,7 @@ set BugNumber OCC19811 puts "Load shape ..." restore [locate_data_file bug19811_VanneMP_supports_tiges_V3.brep] result +updatetolerance result puts "Scaling operation ..." if [catch { tscale result 0 0 0 0.5 } catch_result] { diff --git a/tests/bugs/modalg_2/bug22781_1 b/tests/bugs/modalg_2/bug22781_1 index cf78f32584..d3e228185b 100755 --- a/tests/bugs/modalg_2/bug22781_1 +++ b/tests/bugs/modalg_2/bug22781_1 @@ -9,6 +9,7 @@ puts "" set BugNumber OCC22781 restore [locate_data_file OCC22781-BeforeCont.brep] result +updatetolerance result set length 5.82393 set 3dviewer 0 diff --git a/tests/bugs/modalg_2/bug22781_2 b/tests/bugs/modalg_2/bug22781_2 index 1d2703a655..2c922fde68 100755 --- a/tests/bugs/modalg_2/bug22781_2 +++ b/tests/bugs/modalg_2/bug22781_2 @@ -11,6 +11,7 @@ puts "" set BugNumber OCC22781 restore [locate_data_file OCC22781-BeforeCont.brep] result +updatetolerance result vinit vdisplay result vfit diff --git a/tests/bugs/modalg_2/bug22781_3 b/tests/bugs/modalg_2/bug22781_3 index 676ea6fbf4..09cabf4807 100755 --- a/tests/bugs/modalg_2/bug22781_3 +++ b/tests/bugs/modalg_2/bug22781_3 @@ -9,6 +9,7 @@ puts "" set BugNumber OCC22781 restore [locate_data_file OCC22781-BeforeCont.brep] result +updatetolerance result set length 5.82393 set 3dviewer 0 diff --git a/tests/bugs/modalg_2/bug22781_4 b/tests/bugs/modalg_2/bug22781_4 index 496fa0521f..9dba6ce82d 100755 --- a/tests/bugs/modalg_2/bug22781_4 +++ b/tests/bugs/modalg_2/bug22781_4 @@ -11,6 +11,7 @@ puts "" set BugNumber OCC22781 restore [locate_data_file OCC22781-BeforeCont.brep] result +updatetolerance result vinit vdisplay result vfit diff --git a/tests/bugs/modalg_2/bug472_2 b/tests/bugs/modalg_2/bug472_2 index 4860fd4b15..eee50ffea0 100755 --- a/tests/bugs/modalg_2/bug472_2 +++ b/tests/bugs/modalg_2/bug472_2 @@ -1,4 +1,6 @@ -puts "TODO OCC12345 ALL: Error : The command is not valid. The square is" +puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_" +puts "TODO ?OCC12345 ALL: Error : The command is not valid. The square is" +puts "TODO OCC12345 ALL: Error : The length of result shape is" puts "========================" puts " OCC472 " puts "(case 2)" @@ -9,6 +11,7 @@ puts "" ##################################################### restore [locate_data_file OCC472a.brep] b1 +updatetolerance b1 checkshape b1 restore [locate_data_file OCC472b.brep] b2 diff --git a/tests/bugs/modalg_4/bug625 b/tests/bugs/modalg_4/bug625 index ddb3607f67..0f39eb5d22 100755 --- a/tests/bugs/modalg_4/bug625 +++ b/tests/bugs/modalg_4/bug625 @@ -9,6 +9,7 @@ puts "" pload QAcommands restore [locate_data_file OCC625.brep] a +updatetolerance a checkshape a vinit diff --git a/tests/bugs/modalg_4/bug767 b/tests/bugs/modalg_4/bug767 index d53e007c40..b090c122cc 100755 --- a/tests/bugs/modalg_4/bug767 +++ b/tests/bugs/modalg_4/bug767 @@ -8,6 +8,7 @@ puts "" ############################################ restore [locate_data_file OCC767.brep] result +updatetolerance result sameparameter result diff --git a/tests/bugs/modalg_4/bug8842_1 b/tests/bugs/modalg_4/bug8842_1 index 16073f8852..99915df68e 100755 --- a/tests/bugs/modalg_4/bug8842_1 +++ b/tests/bugs/modalg_4/bug8842_1 @@ -21,8 +21,10 @@ proc myoffset {result sh val tan} { } testreadiges [locate_data_file OCC8842_cone_CATIA.igs] a1 +checkshape a1 sewing con1 a1 +checkshape con1 # join type Arc puts "***** offsetting with join type Arc" diff --git a/tests/bugs/moddata_2/bug75_2 b/tests/bugs/moddata_2/bug75_2 index e1419faa24..72d4462716 100755 --- a/tests/bugs/moddata_2/bug75_2 +++ b/tests/bugs/moddata_2/bug75_2 @@ -9,11 +9,14 @@ puts "case 2" ############################### restore [locate_data_file BUC60861_gap1.brep] ss +updatetolerance ss checkshape ss plane pl1 25680.2288 21428 9995 1 0 0 mkface f1 pl1 -1 11 -5 5 +checkshape f1 bsection result ss f1 -n2d +checkshape result set good_len 10.0009 regexp { +Edge +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [maxtolerance result] full tol diff --git a/tests/bugs/vis/bug288_10 b/tests/bugs/vis/bug288_10 index 3ef962e15a..a9fc2b4861 100755 --- a/tests/bugs/vis/bug288_10 +++ b/tests/bugs/vis/bug288_10 @@ -9,6 +9,8 @@ puts "" set BugNumber OCC288 restore [locate_data_file shading_151.brep] result +updatetolerance result +checkshape result set square 54328.8 diff --git a/tests/bugs/vis/bug288_7 b/tests/bugs/vis/bug288_7 index 6fc9c0f62a..41935d541b 100755 --- a/tests/bugs/vis/bug288_7 +++ b/tests/bugs/vis/bug288_7 @@ -9,6 +9,8 @@ puts "" set BugNumber OCC288 restore [locate_data_file shading_058.brep] result +updatetolerance result +checkshape result set square 14125.5 diff --git a/tests/heal/data/advanced/H5 b/tests/heal/data/advanced/H5 index 71e5291422..7ccf266e92 100644 --- a/tests/heal/data/advanced/H5 +++ b/tests/heal/data/advanced/H5 @@ -2,7 +2,8 @@ if {[string compare $command "ShapeConvertRev"] == 0 } { puts "TODO OCC23127 ALL: Error : The resulting shape is not correct" } if {[string compare $command "SplitAngle"] == 0 } { - puts "TODO OCC23127 ALL: 004C6978 : Standard_NoSuchObject: BRep_Tool:: no parameter on edge" + puts "TODO ?OCC23127 ALL: 004C6978 : Standard_NoSuchObject: BRep_Tool:: no parameter on edge" + puts "TODO ?OCC23127 ALL: 00511018 : Standard_NoSuchObject: BRep_Tool:: no parameter on edge" puts "TEST COMPLETED" } restore [locate_data_file CTO900_ger60598c.rle] a diff --git a/tests/heal/drop_small_edges/A4 b/tests/heal/drop_small_edges/A4 index dcbdb52c25..a921af0d3e 100644 --- a/tests/heal/drop_small_edges/A4 +++ b/tests/heal/drop_small_edges/A4 @@ -1,5 +1,5 @@ -puts "TODO OCC23127 ALL: Error : the resulting shape is not done." -puts "TODO OCC23127 ALL: Tcl Exception:" -puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_" +puts "TODO ?OCC23127 ALL: Error : the resulting shape is not done." +puts "TODO ?OCC23127 ALL: Tcl Exception:" +puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_" restore [locate_data_file DSE3.rle] a puts "TEST COMPLETED" diff --git a/tests/pipe/specific/A1 b/tests/pipe/specific/A1 index b905b05ae6..d4c37ba624 100755 --- a/tests/pipe/specific/A1 +++ b/tests/pipe/specific/A1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A2 b/tests/pipe/specific/A2 index c36f766d64..f2c44b98da 100755 --- a/tests/pipe/specific/A2 +++ b/tests/pipe/specific/A2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A3 b/tests/pipe/specific/A3 index 2697e8e29e..5fd06f5449 100755 --- a/tests/pipe/specific/A3 +++ b/tests/pipe/specific/A3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A4 b/tests/pipe/specific/A4 index 46da9e6205..e1f5db5d12 100755 --- a/tests/pipe/specific/A4 +++ b/tests/pipe/specific/A4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A5 b/tests/pipe/specific/A5 index aef808b696..50218f51f4 100755 --- a/tests/pipe/specific/A5 +++ b/tests/pipe/specific/A5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A6 b/tests/pipe/specific/A6 index 028a97796c..fb96354b9d 100755 --- a/tests/pipe/specific/A6 +++ b/tests/pipe/specific/A6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A7 b/tests/pipe/specific/A7 index 7446a26f31..07a0af6651 100755 --- a/tests/pipe/specific/A7 +++ b/tests/pipe/specific/A7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A8 b/tests/pipe/specific/A8 index 9bfbacb8c6..57eba537cc 100755 --- a/tests/pipe/specific/A8 +++ b/tests/pipe/specific/A8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/A9 b/tests/pipe/specific/A9 index 9682f7adda..f356ee2802 100755 --- a/tests/pipe/specific/A9 +++ b/tests/pipe/specific/A9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B1 b/tests/pipe/specific/B1 index 97b20253b1..e34ae01312 100755 --- a/tests/pipe/specific/B1 +++ b/tests/pipe/specific/B1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B2 b/tests/pipe/specific/B2 index 7928918cd7..6a7d15f60d 100755 --- a/tests/pipe/specific/B2 +++ b/tests/pipe/specific/B2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B3 b/tests/pipe/specific/B3 index 810c99c852..46f820fa1f 100755 --- a/tests/pipe/specific/B3 +++ b/tests/pipe/specific/B3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B4 b/tests/pipe/specific/B4 index 4baf2bc061..bd9f7cba75 100755 --- a/tests/pipe/specific/B4 +++ b/tests/pipe/specific/B4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B5 b/tests/pipe/specific/B5 index 68f56d6b83..0d5c52ef20 100755 --- a/tests/pipe/specific/B5 +++ b/tests/pipe/specific/B5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B6 b/tests/pipe/specific/B6 index 5212301ebc..5f46798746 100755 --- a/tests/pipe/specific/B6 +++ b/tests/pipe/specific/B6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B7 b/tests/pipe/specific/B7 index 71e2e8266d..716bfc01bd 100755 --- a/tests/pipe/specific/B7 +++ b/tests/pipe/specific/B7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B8 b/tests/pipe/specific/B8 index cc7e7063c8..ab8ee193d9 100755 --- a/tests/pipe/specific/B8 +++ b/tests/pipe/specific/B8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/B9 b/tests/pipe/specific/B9 index 23fbc33b03..99a7a823b5 100755 --- a/tests/pipe/specific/B9 +++ b/tests/pipe/specific/B9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C1 b/tests/pipe/specific/C1 index e7b38981df..a4eea3f2cb 100755 --- a/tests/pipe/specific/C1 +++ b/tests/pipe/specific/C1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C2 b/tests/pipe/specific/C2 index 05b204cb27..b856218037 100755 --- a/tests/pipe/specific/C2 +++ b/tests/pipe/specific/C2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C3 b/tests/pipe/specific/C3 index c8e7b3574e..657233efb4 100755 --- a/tests/pipe/specific/C3 +++ b/tests/pipe/specific/C3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C4 b/tests/pipe/specific/C4 index ab1bb93b84..2abf0458ef 100755 --- a/tests/pipe/specific/C4 +++ b/tests/pipe/specific/C4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C5 b/tests/pipe/specific/C5 index 7a151878f8..98548625fa 100755 --- a/tests/pipe/specific/C5 +++ b/tests/pipe/specific/C5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/C6 b/tests/pipe/specific/C6 index 4b8da7c3c9..85c72dca6d 100755 --- a/tests/pipe/specific/C6 +++ b/tests/pipe/specific/C6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_3dPolyline_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K3 b/tests/pipe/specific/K3 index 160cc3ba23..20a9587018 100755 --- a/tests/pipe/specific/K3 +++ b/tests/pipe/specific/K3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K4 b/tests/pipe/specific/K4 index 34ea3e4e0b..cb34ec8476 100755 --- a/tests/pipe/specific/K4 +++ b/tests/pipe/specific/K4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K5 b/tests/pipe/specific/K5 index 58480ef6df..4514945d39 100755 --- a/tests/pipe/specific/K5 +++ b/tests/pipe/specific/K5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K6 b/tests/pipe/specific/K6 index 65875120d4..08b9228591 100755 --- a/tests/pipe/specific/K6 +++ b/tests/pipe/specific/K6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K7 b/tests/pipe/specific/K7 index de905b47e8..e5c57d14a0 100755 --- a/tests/pipe/specific/K7 +++ b/tests/pipe/specific/K7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K8 b/tests/pipe/specific/K8 index 3147072ce4..02f912a6bc 100755 --- a/tests/pipe/specific/K8 +++ b/tests/pipe/specific/K8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/K9 b/tests/pipe/specific/K9 index 8fae85277c..8856c1af43 100755 --- a/tests/pipe/specific/K9 +++ b/tests/pipe/specific/K9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L1 b/tests/pipe/specific/L1 index 18d01831db..4bb9567a4d 100755 --- a/tests/pipe/specific/L1 +++ b/tests/pipe/specific/L1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L2 b/tests/pipe/specific/L2 index ab478460d1..e975b454f2 100755 --- a/tests/pipe/specific/L2 +++ b/tests/pipe/specific/L2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L3 b/tests/pipe/specific/L3 index 3c524d03a7..7643925231 100755 --- a/tests/pipe/specific/L3 +++ b/tests/pipe/specific/L3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L4 b/tests/pipe/specific/L4 index 77c1164d7c..e6627a4e36 100755 --- a/tests/pipe/specific/L4 +++ b/tests/pipe/specific/L4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L5 b/tests/pipe/specific/L5 index 9059820569..3e5689bfae 100755 --- a/tests/pipe/specific/L5 +++ b/tests/pipe/specific/L5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L6 b/tests/pipe/specific/L6 index a9e0502189..5343eace68 100755 --- a/tests/pipe/specific/L6 +++ b/tests/pipe/specific/L6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L7 b/tests/pipe/specific/L7 index 7c973884e0..4396b9fdd6 100755 --- a/tests/pipe/specific/L7 +++ b/tests/pipe/specific/L7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L8 b/tests/pipe/specific/L8 index 6dc9488e29..5c74a00460 100755 --- a/tests/pipe/specific/L8 +++ b/tests/pipe/specific/L8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/L9 b/tests/pipe/specific/L9 index 9ac1d656b5..5125daa83e 100755 --- a/tests/pipe/specific/L9 +++ b/tests/pipe/specific/L9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M1 b/tests/pipe/specific/M1 index 30b78c7cff..a3c2e3771d 100755 --- a/tests/pipe/specific/M1 +++ b/tests/pipe/specific/M1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M2 b/tests/pipe/specific/M2 index d3c9909187..aaf1095009 100755 --- a/tests/pipe/specific/M2 +++ b/tests/pipe/specific/M2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M3 b/tests/pipe/specific/M3 index f22691d2a0..403a987cc0 100755 --- a/tests/pipe/specific/M3 +++ b/tests/pipe/specific/M3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M4 b/tests/pipe/specific/M4 index e51fe24f4f..233f893b51 100755 --- a/tests/pipe/specific/M4 +++ b/tests/pipe/specific/M4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M5 b/tests/pipe/specific/M5 index 54257b3d1b..bf66a638cf 100755 --- a/tests/pipe/specific/M5 +++ b/tests/pipe/specific/M5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M6 b/tests/pipe/specific/M6 index ac33320b06..69fa9f11a5 100755 --- a/tests/pipe/specific/M6 +++ b/tests/pipe/specific/M6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M7 b/tests/pipe/specific/M7 index 148a62f97e..9dbd0e5943 100755 --- a/tests/pipe/specific/M7 +++ b/tests/pipe/specific/M7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M8 b/tests/pipe/specific/M8 index bbbe4df4ce..c8af189c5b 100755 --- a/tests/pipe/specific/M8 +++ b/tests/pipe/specific/M8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/M9 b/tests/pipe/specific/M9 index d85968cce0..17ea337c4b 100755 --- a/tests/pipe/specific/M9 +++ b/tests/pipe/specific/M9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/N1 b/tests/pipe/specific/N1 index 8e786a2d7d..829c741efc 100755 --- a/tests/pipe/specific/N1 +++ b/tests/pipe/specific/N1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/N2 b/tests/pipe/specific/N2 index a2bb9921a8..c6190bfed1 100755 --- a/tests/pipe/specific/N2 +++ b/tests/pipe/specific/N2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/N3 b/tests/pipe/specific/N3 index b34216282b..b3b7684fca 100755 --- a/tests/pipe/specific/N3 +++ b/tests/pipe/specific/N3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/N4 b/tests/pipe/specific/N4 index de1cf5d960..276bc46a07 100755 --- a/tests/pipe/specific/N4 +++ b/tests/pipe/specific/N4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/N5 b/tests/pipe/specific/N5 index cc5eaae2df..6e32e013fc 100755 --- a/tests/pipe/specific/N5 +++ b/tests/pipe/specific/N5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_bsplinewire_c0.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/S8 b/tests/pipe/specific/S8 index 4aa8e051fe..516a135362 100755 --- a/tests/pipe/specific/S8 +++ b/tests/pipe/specific/S8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/S9 b/tests/pipe/specific/S9 index ed47ddbeff..8dc5242ce2 100755 --- a/tests/pipe/specific/S9 +++ b/tests/pipe/specific/S9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T1 b/tests/pipe/specific/T1 index 5db357f3b1..d325691841 100755 --- a/tests/pipe/specific/T1 +++ b/tests/pipe/specific/T1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T2 b/tests/pipe/specific/T2 index 989a32d995..6ecd8c2f97 100755 --- a/tests/pipe/specific/T2 +++ b/tests/pipe/specific/T2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T3 b/tests/pipe/specific/T3 index f7eeac530f..dd3f8b07c8 100755 --- a/tests/pipe/specific/T3 +++ b/tests/pipe/specific/T3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T4 b/tests/pipe/specific/T4 index d2c7266963..b9257494bd 100755 --- a/tests/pipe/specific/T4 +++ b/tests/pipe/specific/T4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T5 b/tests/pipe/specific/T5 index 960cd2d993..efa3bcfc5c 100755 --- a/tests/pipe/specific/T5 +++ b/tests/pipe/specific/T5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T6 b/tests/pipe/specific/T6 index 66e2bbe2e0..cb5f987ede 100755 --- a/tests/pipe/specific/T6 +++ b/tests/pipe/specific/T6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T7 b/tests/pipe/specific/T7 index 746691db79..89fcf8ea5f 100755 --- a/tests/pipe/specific/T7 +++ b/tests/pipe/specific/T7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T8 b/tests/pipe/specific/T8 index d12f36de47..15ff391f26 100755 --- a/tests/pipe/specific/T8 +++ b/tests/pipe/specific/T8 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/T9 b/tests/pipe/specific/T9 index f9afc49dc8..8d8b60ccd7 100755 --- a/tests/pipe/specific/T9 +++ b/tests/pipe/specific/T9 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U1 b/tests/pipe/specific/U1 index 9d9150ac65..06496239d5 100755 --- a/tests/pipe/specific/U1 +++ b/tests/pipe/specific/U1 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U2 b/tests/pipe/specific/U2 index 87a7ccbc61..52403a866a 100755 --- a/tests/pipe/specific/U2 +++ b/tests/pipe/specific/U2 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U3 b/tests/pipe/specific/U3 index 8c044a19c1..e308adf9b8 100755 --- a/tests/pipe/specific/U3 +++ b/tests/pipe/specific/U3 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U4 b/tests/pipe/specific/U4 index e6e9671fad..ddcaf100d4 100755 --- a/tests/pipe/specific/U4 +++ b/tests/pipe/specific/U4 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U5 b/tests/pipe/specific/U5 index 5afc1f1c33..ba049e5c4e 100755 --- a/tests/pipe/specific/U5 +++ b/tests/pipe/specific/U5 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U6 b/tests/pipe/specific/U6 index cbfc2e4cdb..d2aff5badb 100755 --- a/tests/pipe/specific/U6 +++ b/tests/pipe/specific/U6 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################" diff --git a/tests/pipe/specific/U7 b/tests/pipe/specific/U7 index cdb18d12d3..acc02991c8 100755 --- a/tests/pipe/specific/U7 +++ b/tests/pipe/specific/U7 @@ -8,7 +8,10 @@ puts "" ###################################################### restore [locate_data_file OCC1477_closedPolyline.brep] s1 +checkshape s1 restore [locate_data_file OCC1477_profile1_circle.brep] e1 +updatetolerance e1 +checkshape e1 wire s2 e1 puts "###############################################################################"