1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0024825: Fit Boolean Operation Algorithm to treat multiple arguments.

class BOPTest
class BOPAlgo_BOP
class BOPAlgo_Builder
class BOPTest
class BRepFeat_Builder
class BRepFeat_MakeCylindricalHole

The format of the command has been changed:
bbop r op [-s -t]
The following options has been added:
-s - run in serial mode
-t  - print the CPU time

Test cases for issue CR24825
This commit is contained in:
pkv
2014-04-17 16:04:29 +04:00
committed by apn
parent d7515f9afb
commit 8620e18d6e
16 changed files with 774 additions and 407 deletions

2
tests/boolean/bcommon_2d/A7 Normal file → Executable file
View File

@@ -3,4 +3,4 @@ restore [locate_data_file case_1_wire3.brep] b
bcommon result b a
set length 942.478
set nbsh_v 2
set nbsh_e 4
set nbsh_e 2

2
tests/boolean/bcommon_2d/B1 Normal file → Executable file
View File

@@ -3,4 +3,4 @@ restore [locate_data_file case_1_wire3.brep] b
bcommon result b a
set length 942.478
set nbsh_v 2
set nbsh_e 4
set nbsh_e 2

2
tests/boolean/bopcommon_2d/A7 Normal file → Executable file
View File

@@ -4,4 +4,4 @@ bop a b
bopcommon result
set length 942.478
set nbsh_v 2
set nbsh_e 4
set nbsh_e 2

2
tests/boolean/bopcommon_2d/B1 Normal file → Executable file
View File

@@ -4,4 +4,4 @@ bop a b
bopcommon result
set length 942.478
set nbsh_v 2
set nbsh_e 4
set nbsh_e 2