[cgma-dev] r4804 - in cgm/trunk: geom/OCC test

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Fri May 6 11:30:39 CDT 2011


Author: janehu
Date: 2011-05-06 11:30:39 -0500 (Fri, 06 May 2011)
New Revision: 4804

Removed:
   cgm/trunk/geom/OCC/OCCQueryEngine.cpp_4735
Modified:
   cgm/trunk/test/makept.cpp
Log:
Added tests for create curve using tangents and points.

Deleted: cgm/trunk/geom/OCC/OCCQueryEngine.cpp_4735
===================================================================
--- cgm/trunk/geom/OCC/OCCQueryEngine.cpp_4735	2011-05-06 16:29:02 UTC (rev 4803)
+++ cgm/trunk/geom/OCC/OCCQueryEngine.cpp_4735	2011-05-06 16:30:39 UTC (rev 4804)
@@ -1,3608 +0,0 @@
-//-------------------------------------------------------------------------
-// Filename      : OCCQueryEngine.cpp
-//
-// Purpose       : Implementation of the OCCQueryEngine class.
-//                 This class provides OCC-based implementations
-//                 of various virtual functions in the GeometryQueryEngine
-//                 hierarchy.
-//
-// Special Notes :
-//
-// Creator       : David R. White
-//
-// Creation Date : 7/17/00
-//
-//-------------------------------------------------------------------------
-#include <Standard_Version.hxx>
-#include <Standard_Stream.hxx>
-//#include <Standard_SStream.hxx>
-//#include <Standard_String.hxx>
-//#include <stringbuf>
-#include "BRep_Tool.hxx"
-#include "gp_Pnt.hxx"
-#include "gp_Ax1.hxx"
-#include "gp_Ax2.hxx"
-#include "Geom_Surface.hxx"
-#include "Geom_Curve.hxx"
-#include "BRepBuilderAPI.hxx"
-#include "BRepBuilderAPI_Transform.hxx"
-#include "BRepBuilderAPI_GTransform.hxx"
-#include "BRepBuilderAPI_ModifyShape.hxx"
-#include "BRepBuilderAPI_MakeSolid.hxx"
-#include "OCCShapeAttributeSet.hpp"
-//#include "OCCBinToolsShapeSet.hpp"
-#include "BRepBuilderAPI_MakeShell.hxx"
-#include "GProp_GProps.hxx"
-#include "BRepGProp.hxx"
-#include "BRepTools_WireExplorer.hxx"
-#include "TColgp_Array1OfPnt.hxx"
-#include "Poly_Array1OfTriangle.hxx"
-#include "Poly_Triangle.hxx"
-#include "BRepAlgoAPI_BooleanOperation.hxx"
-#include "Handle_Poly_Triangulation.hxx"
-#include "GCPnts_TangentialDeflection.hxx"
-#include "BRepAdaptor_Curve.hxx"
-#ifdef HAVE_OCC_STEP
-#  include "STEPControl_Reader.hxx"


More information about the cgma-dev mailing list