mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
Recursion calling of "Propagate(...)" function is replaced with cycle. Test case for issue CR24575
12 lines
331 B
Plaintext
Executable File
12 lines
331 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC24575"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception is raised during 'checkshape' operation.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24575_cx1.brep] b
|
|
|
|
checkshape b
|