mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Modified the method void RWStepGeom_RWBSplineSurfaceWithKnotsAndRationalBSplineSurface::ReadStep Added processing B spline surface with knots and rational B spline surface with empty data in the name field Added test
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
puts "============"
|
|
puts "OCC29478"
|
|
puts "============"
|
|
puts ""
|
|
#####################################################
|
|
# Crash because bSplineSurfaceWithKnots is NULL
|
|
#####################################################
|
|
|
|
set aFilePath [locate_data_file bug29478.stp]
|
|
testreadstep "$aFilePath" orig
|
|
checkshape orig
|