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/bug22990
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

26 lines
660 B
Plaintext
Executable File

puts "============"
puts "OCC22990"
puts "============"
puts ""
############################################################################################################
# Regression vs 6.5.2: splitting sphere across the seam is incomplete
###########################################################################################################
set BugNumber OCC22990
psphere s 10
plane p 2 0 0 1 0 0
mkface f p -100 100 -100 100
bsection e s f -na
explode s f
explode e e
splitshape result s s_1 e_1 e_2
checknbshapes result -face 3
checkprops result -s 1256.64
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png