1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug32596
dpasukhi 7d5e26eb2e 0032596: [REGRESSION] Data Exchange, STEP Reader - OCCT 7.6.0dev does not open file correctly
Fixed typo in the StepToTopoDS_TranslateFace.cxx after #29564 issue
2021-10-01 19:08:36 +03:00

19 lines
482 B
Plaintext

puts "===================================="
puts "0032596: \[REGRESSION\] Data Exchange, STEP Reader - OCCT 7.6.0dev does not open file correctly"
puts "===================================="
puts ""
# Read file
testreadstep [locate_data_file bug32596_abc_0_13.step] res
checkshape res
checknbshapes res -face 99 -wire 118 -edge 232 -vertex 144
vinit View1
vright
vdisplay -dispMode 1 res
vfit
if { [vreadpixel 200 200 -rgb -name] != "BLACK" } {
puts "Error: Incorrect shape"
}