mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +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:
@@ -18,10 +18,12 @@
|
||||
#include <BRepTest.hxx>
|
||||
#include <DBRep.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <Draw_PluginMacro.hxx>
|
||||
#include <GeometryTest.hxx>
|
||||
#include <GeomliteTest.hxx>
|
||||
#include <HLRTest.hxx>
|
||||
#include <MeshTest.hxx>
|
||||
#include <SWDRAW.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : AllCommands
|
||||
@@ -64,4 +66,7 @@ void BOPTest::AllCommands(Draw_Interpretor& theCommands)
|
||||
MeshTest::Commands(theCommands);
|
||||
HLRTest::Commands(theCommands);
|
||||
BOPTest::AllCommands(theCommands);
|
||||
SWDRAW::Init (theCommands);
|
||||
}
|
||||
// Declare entry point PLUGINFACTORY
|
||||
DPLUGIN(BOPTest)
|
||||
|
Reference in New Issue
Block a user