mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Implementation of ShapeAnalysis::OuterWire() is revised to avoid infinite cycle if face contains internal vertex.
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
puts "======="
|
|
puts "0031144: Shape Healing - ShapeAnalysis::OuterWire() infinite loop on solid obtained from IFC"
|
|
puts "======="
|
|
puts ""
|
|
puts "REQUIRED ALL: Meshing statuses: Failure"
|
|
|
|
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 |