mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
20 lines
571 B
Plaintext
Executable File
20 lines
571 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "OCC11856"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Error in reading of step file
|
|
#######################################################################
|
|
|
|
set BugNumber OCC11856
|
|
|
|
stepread [locate_data_file OCC11856.stp] a *
|
|
|
|
tpcompound result
|
|
|
|
checkprops result -s 611185 -eps 0.1
|
|
checkshape result
|
|
checknbshapes result -vertex 684 -edge 1222 -wire 519 -face 512 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 2940
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|