mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
499 B
Plaintext
Executable File
25 lines
499 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC331 "
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################
|
|
## Dark spot on a sphere after nurbsconvert
|
|
#######################################################
|
|
|
|
box b -5 -5 -5 10 10 10
|
|
psphere s 6
|
|
|
|
bfuse res s b
|
|
|
|
nurbsconvert result res
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode result 1
|
|
vfit
|
|
|
|
checktrinfo result -tri !3808 -nod !2188
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|