mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028574: Get rid of the TestTopOpe* packages
1. The TestTopOpe* packages have been removed. 2. The commands *compare*, *issubshape* and *projponf* have been moved to BRepTest package. 3. The possibility to change the Extrema options has been added to projection algorithm (GeomAPI_ProjectPointOnSurf). 4. Documentation has been updated.
This commit is contained in:
@@ -52,9 +52,6 @@
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
|
||||
#ifdef DRAW
|
||||
//#include <TestTopOpe.hxx>
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
//function : Create
|
||||
@@ -145,10 +142,6 @@ void BRepAlgo_DSAccess::Load(TopoDS_Shape& S1,
|
||||
myS1 = S1;
|
||||
myS2 = S2;
|
||||
|
||||
#ifdef DRAW
|
||||
// TestTopOpe::CurrentDS(myHDS);
|
||||
// TestTopOpe::Shapes(myS1,myS2);
|
||||
#endif
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user