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/bug27575
gka 72523826de 0027575: Reading STEP file gives an empty result
Exception is raised during translation BSpline curve having only one unique knot.
Protection for such case was added
Added protection against exception during reading BSpline curve with number of control points equal to 0
Added protection against exception due to using null binder during writing XDE document

Test case for issue #27575
2016-11-17 14:45:16 +03:00

17 lines
366 B
Plaintext

puts "========"
puts "OCC27575"
puts "========"
puts ""
###########################################
# Reading STEP file gives an empty result
###########################################
stepread [locate_data_file bug27575_Outer_Shell.stp] a *
renamevar a_1 result
whatis result
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png