mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
puts "================"
|
|
puts "0030708: Modeling Data - Crash while initializing TopoDS_Iterator with null shape"
|
|
puts "================"
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
if { [regexp "Cannot initialize" [OCC30708_2]]} {
|
|
puts "Error: Cannot initialize BRepLib_MakeWire with null wire"
|
|
}
|