mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
26 lines
802 B
Plaintext
Executable File
26 lines
802 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC288"
|
|
puts "================"
|
|
puts ""
|
|
puts "TODO #23828 MacOS: Tcl Exception: result is not a topological shape!!!"
|
|
puts "TODO #23828 MacOS: TEST INCOMPLETE"
|
|
|
|
#######################################################################################
|
|
# Currently meshing (for shading) of some shapes looks incorrect
|
|
######################################################################################
|
|
|
|
set BugNumber OCC288
|
|
|
|
restore [locate_data_file OCC288-shading_176.brep] result
|
|
checkprops result -s 1.21055e+07
|
|
|
|
checknbshapes result -vertex 667 -edge 941 -wire 368 -face 289 -shell 6 -solid 6 -compsolid 0 -compound 1 -shape 2278
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkshape result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|