mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
505 B
Plaintext
Executable File
22 lines
505 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC20373"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Shading doesn't work on b-spline sphere
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20373
|
|
|
|
restore [locate_data_file OCC20373.brep] result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vfit
|
|
|
|
checktrinfo result -tri
|
|
checkprops result -s 9.92128e+06
|
|
checkshape result
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|