mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|