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/bug33541
akaftase b828814131 0033541: Modeling Algorithms - Simple sphere cut from cylinder fails
Changed condition for combination of WLines into one.
WLine would be excluded from consideration for merging, if one of its middle points between vertices is out of domain (does not lie on both surfaces).
2024-07-08 17:28:00 +02:00

13 lines
353 B
Plaintext

puts "================================"
puts "0033541: Modeling Algorithms - Simple sphere cut from cylinder fails"
puts "================================"
puts ""
pcylinder c 1 1
psphere s 1
ttranslate s 1 1 1
bcut result c s
checknbshapes result -vertex 3 -edge 5 -wire 4 -face 4
checkview -display result -2d -path ${imagedir}/${test_image}.png