mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added additional checking in static method FindCoordBounds to avoid processing null pcurves
11 lines
427 B
Plaintext
11 lines
427 B
Plaintext
puts "========================================="
|
|
puts "0033398: Modeling Algorithms - ShapeUpgrade_UnifySameDomain fails on specific STEP model"
|
|
puts "========================================="
|
|
puts ""
|
|
|
|
testreadstep [locate_data_file bug33398.step] s
|
|
unifysamedom result s
|
|
|
|
checknbshapes result -vertex 506 -edge 908 -wire 394 -face 382 -shell 4 -solid 4
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|