[cgma-dev] r5750 - cgm/branches/merge-cubit13.1/geom/OCC

janehu at mcs.anl.gov janehu at mcs.anl.gov
Tue Sep 25 12:42:54 CDT 2012


Author: janehu
Date: 2012-09-25 12:42:54 -0500 (Tue, 25 Sep 2012)
New Revision: 5750

Added:
   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
Removed:
   cgm/branches/merge-cubit13.1/geom/OCC/occ_patches_6.5.3
Log:
Rewrite the patches into 5 files, the put-them-together doesn't always work fully. Works now in my machine, and Chaman will double check when this is in.

Added: cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch
===================================================================
--- cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch	                        (rev 0)
+++ cgm/branches/merge-cubit13.1/geom/OCC/BOP_FaceBuilder.cxx_patch	2012-09-25 17:42:54 UTC (rev 5750)
@@ -0,0 +1,422 @@
+--- 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