1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_8/bug33570
akaftasev c6065f5da9 0033570: Modeling Algorithms - Incorrect result of cutting spheres
The reason of current problem lies inside projection algorithm
Function_SetUVBounds() for projection of circle onto sphere produces shifted bounds.
Incorrect checking of placement on summit of the sphere was fixed.
2024-07-09 09:49:22 +01:00

15 lines
381 B
Plaintext

puts "================================"
puts "0033570: Modeling Algorithms - Incorrect result of cutting spheres"
puts "================================"
puts ""
psphere s1 4
psphere s2 1
ttranslate s1 0 5.5 18
ttranslate s2 0 4.5 14
bcut result s1 s2
checknbshapes result -vertex 4 -edge 7 -wire 2 -face 2
checkview -display result -2d -path ${imagedir}/${test_image}.png