1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug32196
jgv f0ca3c819f 0032196: Modeling Algorithms - Invalid section curve
Modify the method IntWalk_IWalking::ComputeCloseLine: add condition for check of update of variable containing current solution
2021-05-22 10:36:40 +03:00

47 lines
1.1 KiB
Plaintext

puts "================================"
puts " 0032196: Invalid section curve"
puts "================================"
puts ""
restore [locate_data_file bug32136_obj.brep] s
restore [locate_data_file bug32136_tools.brep] t
explode s f
explode t
explode t_3 f
set log [bopcurves s_44 t_3_4 -2d]
if {![regexp "has no 3d curves" ${log}] ||
![regexp "has no 3d points" ${log}]} {
puts "Error: the result contains curves or points"
}
set log [bopcurves s_2 t_3_82 -2d]
if {![regexp "has no 3d curves" ${log}] ||
![regexp "has no 3d points" ${log}]} {
puts "Error: the result contains curves or points"
}
set log [bopcurves s_2 t_3_95 -2d]
if {![regexp "has no 3d curves" ${log}] ||
![regexp "has no 3d points" ${log}]} {
puts "Error: the result contains curves or points"
}
set log [bopcurves s_2 t_3_108 -2d]
if {![regexp "has no 3d curves" ${log}] ||
![regexp "has no 3d points" ${log}]} {
puts "Error: the result contains curves or points"
}
set log [bopcurves s_52 t_3_43 -2d]
if {![regexp "has no 3d curves" ${log}] ||
![regexp "has no 3d points" ${log}]} {
puts "Error: the result contains curves or points"
}