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
32 lines
911 B
Plaintext
32 lines
911 B
Plaintext
puts "============"
|
|
puts "OCC19793"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Fuse problem of symmetrical shapes. Appendix for NPAL19789
|
|
#######################################################################
|
|
|
|
cpulimit 1000
|
|
set BugNumber OCC19793
|
|
|
|
puts "Load first shape ..."
|
|
restore [locate_data_file bug19793_new_shape.brep] b1
|
|
puts "Load second shape ..."
|
|
restore [locate_data_file bug19793_shape.brep] b2
|
|
|
|
puts "Prepare boolean operation ..."
|
|
dchrono perf_h restart
|
|
bop b1 b2
|
|
dchrono perf_h stop counter bop
|
|
|
|
puts "Start boolean operation ..."
|
|
bopsection result
|
|
puts "Finish boolean operation ..."
|
|
|
|
checkprops result -l 17730.1
|
|
checkshape result
|
|
checksection result
|
|
checknbshapes result -vertex 68 -edge 70 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 139
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|