occt: master 9ce99357

Author Committer Branch Timestamp Parent
abv abv master 2018-05-10 08:50:03 master 8bca7d76
Affected Issues  0029746: Modeling Algorithms - declare Boolean operation classes in BRepAlgo package as deprecated
Changeset 0029746: Modeling Algoriothms - declare Boolean operation classes in BRepAlgo package as deprecated

The API classes in the package BRepAlgo providing access to old Boolean operations (Fuse, Common, Cut, Section) are marked as deprecated.
Corresponding classes from the package BRepAlgoAPI should be used instead.
mod - dox/dev_guides/upgrade/upgrade.md Diff File
mod - src/BRepAlgo/BRepAlgo_Common.cxx Diff File
mod - src/BRepAlgo/BRepAlgo_Common.hxx Diff File
mod - src/BRepAlgo/BRepAlgo_Cut.cxx Diff File
mod - src/BRepAlgo/BRepAlgo_Cut.hxx Diff File
mod - src/BRepAlgo/BRepAlgo_Fuse.cxx Diff File
mod - src/BRepAlgo/BRepAlgo_Fuse.hxx Diff File
mod - src/BRepAlgo/BRepAlgo_Section.cxx Diff File
mod - src/BRepAlgo/BRepAlgo_Section.hxx Diff File
mod - src/BRepTest/BRepTest_TopologyCommands.cxx Diff File