mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
17 lines
366 B
Plaintext
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
|