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/bug29535
ifv 56c5a5979e 0029535: Modeling Algorithms - BRepExtrema_DistShapeShape returns only one solution but the wires have two intersections
The subdivision of long curve is added in algorithm GenExtCC, if length of curves are too different.
Test case added
2018-03-16 14:57:01 +03:00

21 lines
522 B
Plaintext

puts "========"
puts "OCC29535"
puts "========"
puts ""
#################################################
# [Regression] BRepExtrema_DistShapeShape returns only one solution but the wires have two intersections .
#################################################
restore [locate_data_file bug29535_shapes.brep] s
explode s
distmini res s_1 s_2
if { ([isdraw res] && [isdraw res2]) } {
checknbshapes res -vertex 1 -edge 0
checknbshapes res2 -vertex 1 -edge 0
} else { puts "Error : result of distmini is wrong" }