mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Now, bounded IntPatch_Points are found in case when starting points are used in intersection algorithm. Before the fix, these points were not looked for (even).
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
puts "========"
|
|
puts "OCC29496"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# No intersection curve between faces if starting points are given
|
|
#################################################
|
|
|
|
restore [locate_data_file bug29488_shapes.brep] s
|
|
explode s shell
|
|
set i 1
|
|
|
|
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 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 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 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 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 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
|