occt: master 43cb0011
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
bugmaster | master | 2015-01-14 06:43:30 | master 49297cb6 | |
Affected Issues | 0025700: Ensuring uniform control of the functionalities of the Boolean operations algorithm at the level of DRAW application | |||
Changeset | 0025700: Ensuring uniform control of the functionalities of the Boolean operations algorithm at the level of DRAW application Changes: 1. Class BOPTest_Chronometer The class definition that depends on TBB has been removed 2. For the following commands: >bop s1 s2 [tol] >bopcommon r s1 s2 [tol] >bfuse r s1 s2 [tol] >bcut s1 s2 [tol] >btuc r s1 s2 [tol] >bsection r s1 s2 [-n2d/-n2d1/-n2d2] [-na] [tol] >mkvolume r b1 b2 ... [-c] [-ni] [-s] [tol] >bopcheck Shape [level of check: 0 - 9] [-t -s] [-tol tol] >bopargcheck Shape1 [[Shape2] [-F/O/C/T/S/U] [/R|F|T|V|E|I|P|C|S]] [#BF] [-tol tol] >bfillds [-s -t] [tol] the syntax has been changed. Parameter [tol] has been removed. The value "tol" (i.e. Fuzzy Value) is option for the algorithm. If it is necessary, the value "tol" can be set by the command: >bfuzzyvalue value see http://tracker.dev.opencascade.org/view.php?id=25614 for more details 3. For the following commands: >bopcheck Shape [level of check: 0 - 9] [-t -s] [-tol tol] >bfillds [-s -t] [tol] >bbuild r [-s -t] >bbop r op [-s -t] the syntax has been changed. Parameter [-s] has been removed. Parameter [-s] was to provide the sequential mode of the computations. The mode of the computations is option for the algorithm. The mode of the computations can be set by the command: >brunparallel [0/1] 1 -sets the parallel mode of the computations 0 -sets the sequential mode of the computations see http://tracker.dev.opencascade.org/view.php?id=25614 for more details |
|||
mod - src/BOPTest/BOPTest_APICommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_BOPCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_CheckCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_Chronometer.hxx | Diff File | |||
mod - src/BOPTest/BOPTest_DrawableShape.cdl | Diff File | |||
mod - src/BOPTest/BOPTest_DrawableShape.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_LowCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_ObjCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_OptionCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_PartitionCommands.cxx | Diff File | |||
mod - src/BOPTest/BOPTest_TolerCommands.cxx | Diff File | |||
mod - tests/bugs/modalg_5/bug25477_1 | Diff File | |||
mod - tests/bugs/modalg_5/bug25477_2 | Diff File |