mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
26 lines
671 B
Plaintext
Executable File
26 lines
671 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC8370"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# One face is not displayed in shading mode
|
|
######################################################################################
|
|
|
|
set BugNumber OCC8370
|
|
|
|
pload XDE
|
|
|
|
igesread [locate_data_file OCC8370-part1.igs] result *
|
|
|
|
checkprops result -s 25310.8
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 5060 -edge 5105 -wire 416 -face 399 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 10981
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|