]> OCCT Git - occt-copy.git/commitdiff
# Correction in test cases and documentation.
authornbv <nbv@opencascade.com>
Mon, 12 Feb 2018 14:29:50 +0000 (17:29 +0300)
committernbv <nbv@opencascade.com>
Wed, 14 Feb 2018 11:59:37 +0000 (14:59 +0300)
(cherry picked from commit b244aa455edc4b973457be365ef95bb475523654)

tests/bugs/modalg_7/bug29496

index 888d4ed4eda5f876414cd9f4c794ade10f570617..2df692ce255f8d46029e01482a3d55da804497a3 100644 (file)
@@ -6,58 +6,52 @@ puts ""
 # No intersection curve between faces if starting points are given
 #################################################
 
-restore [locate_data_file bug29496_OuterBox.brep] a
-restore [locate_data_file bug29496_Surface_0.brep] s0
-restore [locate_data_file bug29496_Surface_1.brep] s1
-restore [locate_data_file bug29496_Surface_2.brep] s2
-restore [locate_data_file bug29496_Surface_3.brep] s3
-restore [locate_data_file bug29496_Surface_4.brep] s4
-restore [locate_data_file bug29496_Surface_5.brep] s5
-
+restore [locate_data_file bug29488_shapes.brep] s
+explode s shell
 set i 1
 
-explode s0 f; copy s0_27 f1
-explode s4 f; copy s4_20 f2
+explode s_2 f; copy s_2_27 f1
+explode s_6 f; copy s_6_20 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.14991
 
 incr i
 
-explode s0 f; copy s0_27 f1
-explode s5 f; copy s5_8 f2
+explode s_2 f; copy s_2_27 f1
+explode s_7 f; copy s_7_8 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.15901
 
 incr i
 
-explode s1 f; copy s1_27 f1
-explode s5 f; copy s5_8 f2
+explode s_3 f; copy s_3_27 f1
+explode s_7 f; copy s_7_8 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.15901
 
 incr i
 
-explode s1 f; copy s1_27 f1
-explode s4 f; copy s4_16 f2
+explode s_3 f; copy s_3_27 f1
+explode s_6 f; copy s_6_16 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.14991
 
 incr i
 
-explode s0 f; copy s0_26 f1
-explode s5 f; copy s5_2 f2
+explode s_2 f; copy s_2_26 f1
+explode s_7 f; copy s_7_2 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.22733
 
 incr i
 
-explode s1 f; copy s1_26 f1
-explode s5 f; copy s5_2 f2
+explode s_3 f; copy s_3_26 f1
+explode s_7 f; copy s_7_2 f2
 bsection r$i f1 f2
 checknbshapes r$i -vertex 2 -edge 1
 checkprops r$i -l 2.22733