mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
477 B
Plaintext
Executable File
16 lines
477 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
|
|
|
|
checkprops result -l 141421
|
|
checkshape result
|
|
checksection result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|