[cgma-dev] r5751 - in cgm/branches/merge-cubit13.1/geom/OCC: . patches653

janehu at mcs.anl.gov janehu at mcs.anl.gov
Tue Sep 25 12:53:15 CDT 2012


Author: janehu
Date: 2012-09-25 12:53:15 -0500 (Tue, 25 Sep 2012)
New Revision: 5751

Added:
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/BOP_FaceBuilder.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/BRepBuilderAPI_Collect.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/Extrema_ExtPElS.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/Extrema_ExtPS.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/patches653/TopOpeBRep_EdgesIntersector_1.cxx_patch
Removed:
   cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/BRepBuilderAPI_Collect.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/Extrema_ExtPElS.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/Extrema_ExtPS.cxx_patch
   cgm/branches/merge-cubit13.1/geom/OCC/TopOpeBRep_EdgesIntersector_1.cxx_patch
Log:
Rearrange the files into patches653 folder.

Deleted: cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch
===================================================================
--- cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch	2012-09-25 17:42:54 UTC (rev 5750)
+++ cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch	2012-09-25 17:53:15 UTC (rev 5751)
@@ -1,422 +0,0 @@
---- a/src/BOP/BOP_FaceBuilder.cxx	2012-04-13 07:38:39.000000000 -0500
-+++ b/src/BOP/BOP_FaceBuilder.cxx	2012-09-25 12:32:16.000000000 -0500
-@@ -23,9 +23,15 @@
- #include <Geom_Surface.hxx>
- #include <Geom_Curve.hxx>
- 
-+#include <Geom2dInt_Geom2dCurveTool.hxx>
-+
- #include <BRep_Builder.hxx>
- #include <BRep_Tool.hxx>
-+
-+#include <BRepLib.hxx>
-+
- #include <BRepAdaptor_Surface.hxx>
-+#include <BRepAdaptor_Curve2d.hxx>
- 
- #include <TopAbs_Orientation.hxx>
- 
-@@ -36,6 +42,9 @@
- #include <TopTools_ListOfShape.hxx>
- #include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
- #include <TopTools_ListIteratorOfListOfShape.hxx>
-+#include <TopTools_DataMapOfShapeShape.hxx>
-+#include <TopTools_DataMapOfShapeListOfShape.hxx>
-+#include <TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx>
- 
- #include <TopoDS.hxx>
- #include <TopoDS_Face.hxx>
-@@ -60,13 +69,8 @@
- #include <BOP_BuilderTools.hxx>
- #include <BOP_ListIteratorOfListOfConnexityBlock.hxx>
- #include <BOP_ConnexityBlock.hxx>
-+#include <BRepBuilderAPI_Copy.hxx>
- 
--//modified by NIZNHY-PKV Wed Feb 29 10:04:56 2012t
--#include <TopTools_DataMapOfShapeShape.hxx>
--#include <TopTools_DataMapOfShapeListOfShape.hxx>
--#include <TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx>
--#include <BRepAdaptor_Curve2d.hxx>
--#include <Geom2dInt_Geom2dCurveTool.hxx>
- 
- static
-   Standard_Boolean IsGrowthWire(const TopoDS_Shape& theWire,
-@@ -78,7 +82,6 @@
-   Standard_Boolean IsInside(const TopoDS_Shape& theHole,
- 			    const TopoDS_Shape& theF2,


More information about the cgma-dev mailing list