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

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Thu Jun 28 10:49:19 CDT 2012


Author: janehu
Date: 2012-06-28 10:49:19 -0500 (Thu, 28 Jun 2012)
New Revision: 5604

Removed:
   cgm/branches/merge-cubit13.1/geom/OCC/OCCModifyEngine.cpp_5466
Log:
remove OCCModifyEngine.cpp_5466

Deleted: cgm/branches/merge-cubit13.1/geom/OCC/OCCModifyEngine.cpp_5466
===================================================================
--- cgm/branches/merge-cubit13.1/geom/OCC/OCCModifyEngine.cpp_5466	2012-06-28 15:48:17 UTC (rev 5603)
+++ cgm/branches/merge-cubit13.1/geom/OCC/OCCModifyEngine.cpp_5466	2012-06-28 15:49:19 UTC (rev 5604)
@@ -1,10402 +0,0 @@
-//-------------------------------------------------------------------------
-//-------------------------------------------------------------------------
-
-// Filename      : OCCModifyEngine.cpp
-//
-// Purpose       : ModifyEngine for OCC geometry
-//
-// Special Notes : Modeled after GeometryModifyEngine and AcisModifyEngine.
-//
-// Author        : Jane Hu
-//
-// Creation Date : 1/08
-//
-//-------------------------------------------------------------------------
-#include "gp_Pnt.hxx"
-#include "gp_Ax2.hxx"
-#include "gp_Dir.hxx"
-#include "gp_Hypr.hxx"
-#include "gp_Parab.hxx"
-#include "gp_Elips.hxx"
-#include "gp_Pln.hxx"
-#include "gp_Circ.hxx"
-#include "gp_Cylinder.hxx"
-#include "gp_Cone.hxx"
-#include "gp_Sphere.hxx"
-#include "gp_Torus.hxx"
-#include "BRepOffsetAPI_MakeOffset.hxx"
-#include "BRepBuilderAPI_MakeShell.hxx"
-#include "BRepBuilderAPI_MakeSolid.hxx"
-#include "BRepOffsetAPI_MakeDraft.hxx"
-#include "BRepBuilderAPI_TransitionMode.hxx"
-#include "BRepBuilderAPI_MakeWire.hxx"
-#include "BRepPrimAPI_MakeHalfSpace.hxx"
-#include "BRepBuilderAPI_MakePolygon.hxx"
-#include "BRepBndLib.hxx"
-#include "IntersectionTool.hpp"
-#include "TopoDS_Shape.hxx"
-#include "TopoDS_Compound.hxx"
-#include "TopAbs_Orientation.hxx"
-#include "TopOpeBRep_Point2d.hxx"
-#include "TColgp_Array1OfPnt.hxx"
-#include "TColgp_HArray1OfPnt.hxx"
-#include "TColStd_HArray1OfBoolean.hxx"
-#include "TColgp_Array1OfVec.hxx"
-#include "TColStd_Array1OfReal.hxx"
-#include "TColStd_Array1OfInteger.hxx"


More information about the cgma-dev mailing list