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_8/bug33702
akaftase 5811a330c7 0033615: Modeling Algorithms - Partition algorithm creates unexpected vertices
This problem occurs because of obtaining 2 ALines which share same vertex on the seam edge.
There should be 2 different vertices with same(or almost the same) 3d parameters, but
with different UV parameters because of periodic surface.
Current fix allows to avoid the same vertices on seam edge and also checks the next vertex.
Added consideration of predicted next point to avoid skipping tha point which is not on seam edge.
Added test case for #33702
2024-07-08 17:28:00 +02:00

13 lines
444 B
Plaintext

puts "================================"
puts "0033702: Modeling Algorithms - Regression: Intersection curve is not built between cone and cylinder"
puts "================================"
puts ""
restore [locate_data_file bug33702_ext.brep] ext
restore [locate_data_file bug33702_rev.brep] rev
bcut result ext rev
checknbshapes result -vertex 51 -edge 75 -wire 42 -face 30
checkview -display result -2d -path ${imagedir}/${test_image}.png