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
23 lines
537 B
Plaintext
23 lines
537 B
Plaintext
puts "========================"
|
|
puts " OCC599"
|
|
puts "========================"
|
|
puts ""
|
|
#########################################################
|
|
## Result of BOPFUSE operation is unclosed shape in spite of source solids are valid
|
|
#########################################################
|
|
|
|
cpulimit 1000
|
|
|
|
restore [locate_data_file OCC600_1.brep] a
|
|
checkshape a
|
|
restore [locate_data_file OCC600_2.brep] b
|
|
checkshape b
|
|
|
|
bop b a
|
|
bopfuse result
|
|
|
|
checkprops result -s 679784
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|