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