1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0030366: Coding Rules - GeometryTest_API2dCommands.cxx seems to be excess

This commit is contained in:
kgv
2019-02-01 17:49:08 +03:00
committed by bugmaster
parent c1197a1575
commit 98ae54f728
4 changed files with 2 additions and 325 deletions

View File

@@ -50,15 +50,8 @@ public:
//! defines cosntrained curves commands.
Standard_EXPORT static void ConstraintCommands (Draw_Interpretor& I);
//! defines commands to test the Geom2dAPI
//! - Intersection
//! - Extrema
//! - Projection
//! - Approximation, interpolation
Standard_EXPORT static void API2dCommands (Draw_Interpretor& I);
//! defines commands to test the Geom2dAPI
//! defines commands to test the GeomAPI
//! - Intersection
//! - Extrema
//! - Projection
@@ -76,27 +69,6 @@ public:
//! defines commands to test projection of geometric objects
Standard_EXPORT static void TestProjCommands (Draw_Interpretor& I);
protected:
private:
};
#endif // _GeometryTest_HeaderFile