mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|