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/bug33639_1
akaftasev 5d3ddec35d 0033639: Modeling Algorithms - Boolean torus cut cone failed
Avoid adding an apex of cone as singular pole, which is lying on torus surface
2024-06-06 14:45:35 +01:00

16 lines
389 B
Plaintext

puts "================================"
puts " 0033639: Modeling Algorithms - Boolean torus cut cone incorrect"
puts "================================"
puts ""
ptorus t 750 250 360
pcone c 200 0 2000
trotate c 0 0 0 1 0 0 90
ttranslate c 0 1000 0
bcut result t c
checknbshapes result -vertex 8 -edge 13 -wire 5 -face 3
checkview -display result -2d -path ${imagedir}/${test_image}.png