mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
puts "========"
|
|
puts "CR23704"
|
|
puts "========"
|
|
########################################################
|
|
## The program hang-up during intersection of two edges.
|
|
########################################################
|
|
|
|
cpulimit 100
|
|
|
|
restore [locate_data_file bug23704_e1.brep] b1
|
|
restore [locate_data_file bug23704_e2.brep] b2
|
|
|
|
bop b1 b2
|