Skip to content
Snippets Groups Projects

BRepAlgo_Section/BRepAlgo_Cut removed in OCCT 7.6.0

Merged Wouter Deconinck requested to merge occt-7.6.0-brepalgo into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -72,7 +72,7 @@ A log file is created in `/tmp/TGeoCad.log`
@@ -72,7 +72,7 @@ A log file is created in `/tmp/TGeoCad.log`
#include <BRepBuilderAPI_Transform.hxx>
#include <BRepBuilderAPI_Transform.hxx>
#include <BRepBuilderAPI_MakePolygon.hxx>
#include <BRepBuilderAPI_MakePolygon.hxx>
#include <BRepBuilderAPI_Sewing.hxx>
#include <BRepBuilderAPI_Sewing.hxx>
#include <BRepAlgo_Section.hxx>
#include <BRepAlgoAPI_Section.hxx>
#include <BRepPrimAPI_MakeSphere.hxx>
#include <BRepPrimAPI_MakeSphere.hxx>
#include <BRepOffsetAPI_ThruSections.hxx>
#include <BRepOffsetAPI_ThruSections.hxx>
#include <BRepPrimAPI_MakeCylinder.hxx>
#include <BRepPrimAPI_MakeCylinder.hxx>
@@ -86,7 +86,7 @@ A log file is created in `/tmp/TGeoCad.log`
@@ -86,7 +86,7 @@ A log file is created in `/tmp/TGeoCad.log`
#include <BRepAlgoAPI_Cut.hxx>
#include <BRepAlgoAPI_Cut.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
#include <BRepAlgoAPI_Common.hxx>
#include <BRepAlgoAPI_Common.hxx>
#include <BRepAlgo_Cut.hxx>
#include <BRepAlgoAPI_Cut.hxx>
#include <Geom_Plane.hxx>
#include <Geom_Plane.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <BRepGProp.hxx>
#include <BRepGProp.hxx>
Loading