mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The following classes have been removed as obsolete: - BRepAlgo_BooleanOperation - BRepAlgo_Fuse - BRepAlgo_Cut - BRepAlgo_Common - BRepAlgo_Section The corresponding classes from BRepAlgoAPI package have to be used instead. Draw commands: - fuse - cut - common - section/psection have also been removed as obsolete. The corresponding commands for modern Boolean operations algorithm (bfuse/bcut/bcommon/bsection) have to be used instead. Adjustment of the test cases to use the commands for modern algorithm.
======================================================================== Open CasCade Application Framework samples ======================================================================== The provided in this directory set of samples dedicated to get initial knowledge about typical actions with OCAF services. All samples are compilable, but the method 'Sample()' of each file is not dedicated for execution 'as is'. Rather it can be considered as set of logical actions using some OCAF service. It may be useful for newcomers.