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_2/bug20964_5
akaftasev a37b4a1a21 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.
2024-05-14 15:04:40 +01:00

53 lines
1.0 KiB
Plaintext
Executable File

puts "============"
puts "OCC20964 Wrong result of cut operation for given shapes"
puts "============"
puts ""
restore [locate_data_file OCC20964_revsolid.brep] b1
restore [locate_data_file OCC20964_sphere.brep] b2
bclearobjects
bcleartools
baddobjects b1
baddtools b2
bfillds
# CUT 2-1
bbop result 3
checkprops result -s 12102.9
checkshape result
set NbShapesRef "
Number of shapes in .*
VERTEX : 6
EDGE : 9
WIRE : 7
FACE : 7
SHELL : 2
SOLID : 2
COMPSOLID : 0
COMPOUND : 1
SHAPE : 34
"
checknbshapes result -ref $NbShapesRef
checkmaxtol result -ref 0.00013340609302644948
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
vdisplay result
vsetdispmode 1
vsetcolor result red
vdisplay b1
vsettransparency b1 0.5
vviewparams -scale 11.5636 -proj 0.296876 -0.306332 0.904447 -up -0.63687 0.642216 0.426562 -at 120.352 250.434 3.97104e-006 -eye 147.307 222.621 82.1187
if { [string compare "" [tricheck result] ] } {
puts "Error in triangulation"
}
checkview -screenshot -3d -path ${imagedir}/${test_image}_shade.png