mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
ShapeAnalysis::OuterWire(): fixed missed logic when TopoDS_Iterator notifies about more objects to iterate, but there are only vertices and no additional wires at all.
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
puts "======="
|
|
puts "0031144: Shape Healing - ShapeAnalysis::OuterWire() infinite loop on solid obtained from IFC"
|
|
puts "======="
|
|
puts ""
|
|
|
|
cpulimit 10
|
|
|
|
restore [locate_data_file bug31144.brep] a
|
|
|
|
checkshape a
|
|
tolerance a
|
|
|
|
puts "Note: incmesh is called because this is the only known way to call problematic method"
|
|
incmesh a 1.
|
|
|
|
trinfo a |