mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08: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 |