1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024594: Missing surfaces from STL output (second example)

Added test case
Small corrections of test case
This commit is contained in:
oan 2016-02-19 15:10:18 +03:00 committed by abv
parent 0285a40010
commit aff123698b

32
tests/bugs/mesh/bug24594 Normal file
View File

@ -0,0 +1,32 @@
puts "========"
puts "OCC25045"
puts "========"
puts ""
#################################
# STEP Import fails to find all surfaces
#################################
pload XDE
set refnbfaces 22
stepread [locate_data_file bug24594_284965.stp] a *
renamevar a_1 result
#1
checkview -display result -3d -path ${imagedir}/${test_image}.png
#2
set log1 [explode result f]
set nbfaces [llength $log1]
#3
set log2 [tricheck result]
if { $nbfaces != $refnbfaces } {
puts "Error : Shape restored incorrectly - number of faces is different than expected value ($nbfaces != $refnbfaces)"
}
if { [llength $log2] != 0 } {
puts "Error : Some faces has failed to mesh"
}