mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
13 lines
444 B
Plaintext
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
|