mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 19:41:31 +08:00
4473e33655
Two test cases are added. One for Boolean operation (it is good, because BO has been fixed already), and another for fixshape operation (it causes Draw crash).
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
puts "========"
|
|
puts "0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut"
|
|
puts "========"
|
|
puts ""
|
|
|
|
puts "TODO 30396 ALL:TEST INCOMPLETE"
|
|
|
|
# The shape bug30396_bad_result.brep has been saved in OCCT 7.3, before BO has been fixed.
|
|
restore [locate_data_file bug30396_bad_result.brep] a
|
|
# The Draw crashed here
|
|
fixshape r a
|