mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|