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/bug28797
gka b80d766ab9 0028797: Exceptrion is raised during reading attached STEP file.
Protection for null handle was added in the method RWStepVisual_RWPresentationStyleAssignment::ReadStep
2017-06-22 11:29:14 +03:00

18 lines
552 B
Plaintext

puts "========"
puts "OCC28797"
puts "========"
puts ""
#########################################################################
# Data Exchange - Exception is raised during reading attached STEP file
#########################################################################
set aFile [locate_data_file bug28797_36x60.step]
if {[catch {stepread $aFile a *}]} {
puts "ERROR: OCC28797 is reproduced. Exception was raised during reading initial file."
} else {
tpcompound result
}
checkview -display result -2d -path ${imagedir}/${test_image}.png