mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
IntPatch/IntPatch_WLineTool.cxx - adding control of maximal ratio of distances between 3 sequential points. tests/bugs/modalg_7/bug32569 - new test case added tests/lowalgos/intss/bug29972_1 test case is modified according new behavior of intersection algorithm
17 lines
367 B
Plaintext
17 lines
367 B
Plaintext
puts "================================================="
|
|
puts "0032569: Modeling Algorithm - Section not found"
|
|
puts "================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32569.brep] s
|
|
explode s
|
|
|
|
bop s_1 s_2
|
|
bopsection result
|
|
|
|
checknbshapes result -vertex 2 -edge 1
|
|
|
|
checkmaxtol result -min_tol 4.5e-4
|
|
|
|
checkprops result -l 5.5227
|