occt: master e45b5ff7

Author Committer Branch Timestamp Parent
emv bugmaster master 2017-03-17 11:33:50 master 8b956afe
Affected Issues  0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
Changeset 0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)

1. Removal of the traces of the usage of old Boolean operations in BRepFeat package.

2. The DRAW commands *fubl* and *cubl* based on old Boolean operations have been removed.
The alternative for these commands are the commands *bfuseblend* and *bcutblend* respectively.
The last two commands are based on the modern Boolean operations.

3. The DRAW command *ksection* based on old Boolean operations has been removed.
The command *bsection* should be used as alternative.

Test cases which have been using the *ksection* command have been modified to use the *bsection* command.

4. The class QANewBRepNaming_BooleanOperation has been modified to use modern Boolean operations.

The class QANewBRepNaming_BooleanOperation has been removed as not used.
The class QANewBRepNaming_BooleanOperationFeat has been renamed to QANewBRepNaming_BooleanOperation as it has nothing to do with Feat algorithm.
mod - dox/dev_guides/upgrade/upgrade.md Diff File
mod - dox/user_guides/draw_test_harness/draw_test_harness.md Diff File
mod - src/BRepFeat/BRepFeat.cxx Diff File
mod - src/BRepFeat/BRepFeat_Form.cxx Diff File
mod - src/BRepFeat/BRepFeat_MakeDPrism.cxx Diff File
mod - src/BRepFeat/BRepFeat_MakeLinearForm.cxx Diff File
mod - src/BRepFeat/BRepFeat_MakePipe.cxx Diff File
mod - src/BRepFeat/BRepFeat_MakeRevol.cxx Diff File
mod - src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx Diff File
mod - src/BRepFeat/BRepFeat_RibSlot.cxx Diff File
mod - src/BRepTest/BRepTest_FilletCommands.cxx Diff File
mod - src/QABugs/QABugs_3.cxx Diff File
mod - src/QANewBRepNaming/FILES Diff File
mod - src/QANewBRepNaming/QANewBRepNaming.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_BooleanOperation.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_BooleanOperation.hxx Diff File
rm - src/QANewBRepNaming/QANewBRepNaming_BooleanOperationFeat.cxx Diff File
rm - src/QANewBRepNaming/QANewBRepNaming_BooleanOperationFeat.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Common.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Common.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Cut.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Cut.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Fuse.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Fuse.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Intersection.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Intersection.hxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Limitation.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_Limitation.hxx Diff File
mod - src/QANewDBRepNaming/QANewDBRepNaming_FeatureCommands.cxx Diff File
mod - src/ViewerTest/ViewerTest_FilletCommands.cxx Diff File
mod - tests/bugs/modalg_1/buc60669 Diff File
mod - tests/bugs/modalg_1/buc60682 Diff File
mod - tests/bugs/modalg_1/buc60744 Diff File
mod - tests/bugs/modalg_4/pro19626 Diff File