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