mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-11 10:44:53 +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.
14 lines
269 B
Plaintext
Executable File
14 lines
269 B
Plaintext
Executable File
BRepAlgo.cxx
|
|
BRepAlgo.hxx
|
|
BRepAlgo_1.cxx
|
|
BRepAlgo_AsDes.cxx
|
|
BRepAlgo_AsDes.hxx
|
|
BRepAlgo_FaceRestrictor.cxx
|
|
BRepAlgo_FaceRestrictor.hxx
|
|
BRepAlgo_Image.cxx
|
|
BRepAlgo_Image.hxx
|
|
BRepAlgo_Loop.cxx
|
|
BRepAlgo_Loop.hxx
|
|
BRepAlgo_NormalProjection.cxx
|
|
BRepAlgo_NormalProjection.hxx
|