1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00

20 lines
543 B
Plaintext
Executable File

puts "========"
puts "OCC19777"
puts "========"
puts ""
######################################################
# FIP:Integration of new version of read/write VRML2.0 files
######################################################
set BugNumber OCC19777
set filepath [locate_data_file OCC19777.brep]
if [catch { restore $filepath result} catch_result] {
puts "Error ${BugNumber}: there is reading problem"
} else {
checknbshapes result -vertex 0 -edge 0 -wire 0 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 1
}
set 2dviewer 0