mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
# Correction in test cases and documentation.
(cherry picked from commit b244aa455edc4b973457be365ef95bb475523654)
This commit is contained in:
parent
4b46072ae9
commit
1560ac5528
@ -6,58 +6,52 @@ puts ""
|
|||||||
# No intersection curve between faces if starting points are given
|
# No intersection curve between faces if starting points are given
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
restore [locate_data_file bug29496_OuterBox.brep] a
|
restore [locate_data_file bug29488_shapes.brep] s
|
||||||
restore [locate_data_file bug29496_Surface_0.brep] s0
|
explode s shell
|
||||||
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
|
|
||||||
|
|
||||||
set i 1
|
set i 1
|
||||||
|
|
||||||
explode s0 f; copy s0_27 f1
|
explode s_2 f; copy s_2_27 f1
|
||||||
explode s4 f; copy s4_20 f2
|
explode s_6 f; copy s_6_20 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.14991
|
checkprops r$i -l 2.14991
|
||||||
|
|
||||||
incr i
|
incr i
|
||||||
|
|
||||||
explode s0 f; copy s0_27 f1
|
explode s_2 f; copy s_2_27 f1
|
||||||
explode s5 f; copy s5_8 f2
|
explode s_7 f; copy s_7_8 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.15901
|
checkprops r$i -l 2.15901
|
||||||
|
|
||||||
incr i
|
incr i
|
||||||
|
|
||||||
explode s1 f; copy s1_27 f1
|
explode s_3 f; copy s_3_27 f1
|
||||||
explode s5 f; copy s5_8 f2
|
explode s_7 f; copy s_7_8 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.15901
|
checkprops r$i -l 2.15901
|
||||||
|
|
||||||
incr i
|
incr i
|
||||||
|
|
||||||
explode s1 f; copy s1_27 f1
|
explode s_3 f; copy s_3_27 f1
|
||||||
explode s4 f; copy s4_16 f2
|
explode s_6 f; copy s_6_16 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.14991
|
checkprops r$i -l 2.14991
|
||||||
|
|
||||||
incr i
|
incr i
|
||||||
|
|
||||||
explode s0 f; copy s0_26 f1
|
explode s_2 f; copy s_2_26 f1
|
||||||
explode s5 f; copy s5_2 f2
|
explode s_7 f; copy s_7_2 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.22733
|
checkprops r$i -l 2.22733
|
||||||
|
|
||||||
incr i
|
incr i
|
||||||
|
|
||||||
explode s1 f; copy s1_26 f1
|
explode s_3 f; copy s_3_26 f1
|
||||||
explode s5 f; copy s5_2 f2
|
explode s_7 f; copy s_7_2 f2
|
||||||
bsection r$i f1 f2
|
bsection r$i f1 f2
|
||||||
checknbshapes r$i -vertex 2 -edge 1
|
checknbshapes r$i -vertex 2 -edge 1
|
||||||
checkprops r$i -l 2.22733
|
checkprops r$i -l 2.22733
|
||||||
|
Loading…
x
Reference in New Issue
Block a user