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_4
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

48 lines
996 B
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 1-2
bbop result 2
checkprops result -s 821864
checkshape result
set NbShapesRef "
Number of shapes in .*
VERTEX : 22
EDGE : 35
WIRE : 17
FACE : 14
SHELL : 2
SOLID : 1
COMPSOLID : 0
COMPOUND : 1
SHAPE : 92
"
checknbshapes result -ref $NbShapesRef
checkmaxtol result -ref 0.00013340609302644948
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
vdisplay result
vsetdispmode 1
vviewparams -scale 3.80971 -proj 0.769527 -0.23844 0.59243 -up -0.456402 0.443531 0.771348 -at 70.5761 168.919 28.0572 -eye 455.34 49.6989 324.272
if { [string compare "" [tricheck result] ] } {
puts "Error in triangulation"
}
checkview -screenshot -3d -path ${imagedir}/${test_image}_shade.png