mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added work-around against specific problem of ORIENTED_EDGE referring to another ORIENTED_EDGE instead of EDGE_CURVE. Added handling of edges with null EDGE_CURVE, to allow passing the translation further instead of exception. Off-topic: text of warning message is corrected in genproj Added test bugs step bug29979
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
puts "==============================================================="
|
|
puts "0029979: Data Exchange - Crash by reading STEP file"
|
|
puts "==============================================================="
|
|
puts ""
|
|
|
|
puts "Read only the solid that contains broken edges"
|
|
stepread [locate_data_file bug29979_firetherm_12.step] a #10154
|
|
tpstat c
|
|
|
|
puts "\nCheck that result is not empty"
|
|
checknbshapes a_1 -solid 1 -face 1565
|