1 // Created on: 1991-06-24
2 // Created by: Christophe MARION
3 // Copyright (c) 1991-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
6 // This file is part of Open CASCADE Technology software library.
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
17 #ifndef _GeometryTest_HeaderFile
18 #define _GeometryTest_HeaderFile
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
24 #include <Draw_Interpretor.hxx>
27 //! this package provides commands for curves and
36 //! defines all geometric commands.
37 Standard_EXPORT static void AllCommands (Draw_Interpretor& I);
39 //! defines curve commands.
40 Standard_EXPORT static void CurveCommands (Draw_Interpretor& I);
42 //! defines fair curve commands.
43 Standard_EXPORT static void FairCurveCommands (Draw_Interpretor& I);
45 //! defines surface commands.
46 Standard_EXPORT static void SurfaceCommands (Draw_Interpretor& I);
48 //! defines cosntrained curves commands.
49 Standard_EXPORT static void ConstraintCommands (Draw_Interpretor& I);
51 //! defines commands to test the Geom2dAPI
55 //! - Approximation, interpolation
56 Standard_EXPORT static void API2dCommands (Draw_Interpretor& I);
58 //! defines commands to test the Geom2dAPI
62 //! - Approximation, interpolation
63 Standard_EXPORT static void APICommands (Draw_Interpretor& I);
65 //! defines commands to check local
66 //! continuity between curves or surfaces
67 Standard_EXPORT static void ContinuityCommands (Draw_Interpretor& I);
69 //! defines command to test the polyhedral
70 //! triangulations and the polygons from the Poly package.
71 Standard_EXPORT static void PolyCommands (Draw_Interpretor& I);
73 //! defines commands to test projection of geometric objects
74 Standard_EXPORT static void TestProjCommands (Draw_Interpretor& I);
99 #endif // _GeometryTest_HeaderFile