switch to OCC6.5

This commit is contained in:
Joachim Schoeberl 2012-02-12 02:59:15 +00:00
parent f51a58296a
commit 95355e0b97

View File

@ -22,7 +22,7 @@
#include <BRepAdaptor_Surface.hxx>
#include <BRepAlgo_AsDes.hxx>
#include <BRepAlgo_FaceRestrictor.hxx>
#include <BRepOffset_DataMapOfShapeReal.hxx>
// #include <BRepOffset_DataMapOfShapeReal.hxx> // V6.3
#include <BRepTopAdaptor_FClass2d.hxx>
#include <BRep_Builder.hxx>
#include <BRep_Tool.hxx>
@ -37,7 +37,7 @@
#include <TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx>
#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>
#include <TopTools_DataMapOfShapeInteger.hxx>
// #include <TopTools_DataMapOfShapeReal.hxx> V6.5
#include <TopTools_DataMapOfShapeReal.hxx> // V6.5
#include <TopTools_DataMapOfShapeShape.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
@ -520,8 +520,8 @@ static void prepareDegen (const TopoDS_Edge& DegEdge,
DC.Initialize( DegEdge, F );
// avoid intersecting twice the same edge
BRepOffset_DataMapOfShapeReal EUMap ( EdgesList.Extent() );
// TopTools_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.5
// BRepOffset_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.3
TopTools_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.5
Standard_Real U, f, l;
BRep_Tool::Range (DegEdge, f, l);