mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
20 lines
420 B
Plaintext
Executable File
20 lines
420 B
Plaintext
Executable File
cpulimit 1000
|
|
|
|
puts "================"
|
|
puts "OCC24143"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# bopcheck command throws an exception
|
|
#######################################################################
|
|
|
|
restore [locate_data_file tool_1.brep] b
|
|
|
|
# 1. bopcheck
|
|
bopcheck b
|
|
|
|
# 2. modeling case
|
|
explode b e; copy b_23 b1
|
|
explode b f; copy b_14 b2
|
|
bop b1 b2
|