mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
25 lines
554 B
Plaintext
Executable File
25 lines
554 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC331"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Dark spot on a sphere after nurbsconvert
|
|
######################################################################################
|
|
|
|
set BugNumber OCC331
|
|
|
|
box b -5 -5 -5 10 10 10
|
|
psphere s 6
|
|
fuse res2 s b
|
|
nurbsconvert result res2
|
|
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkprops result -s 619.595
|
|
checkshape result
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|