mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
A check on 0 is added. A recursive method Propagate() is replaced by a non-recursive implementation. Adding test case for issue CR24083
14 lines
376 B
Plaintext
Executable File
14 lines
376 B
Plaintext
Executable File
puts "================"
|
|
puts "CR24083"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# BRepCheck_Wire crashes processing a wire consisting of many edges
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24083_polyline.brep] result
|
|
|
|
set length 141421
|
|
|
|
set 2dviewer 1
|