File indexing completed on 2026-07-02 08:33:09
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _BRepTest_HeaderFile
0018 #define _BRepTest_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Draw_Interpretor.hxx>
0025
0026
0027 class BRepTest
0028 {
0029 public:
0030 DEFINE_STANDARD_ALLOC
0031
0032
0033 Standard_EXPORT static void AllCommands(Draw_Interpretor& DI);
0034
0035
0036 Standard_EXPORT static void BasicCommands(Draw_Interpretor& DI);
0037
0038
0039 Standard_EXPORT static void CurveCommands(Draw_Interpretor& DI);
0040
0041
0042
0043 Standard_EXPORT static void Fillet2DCommands(Draw_Interpretor& DI);
0044
0045
0046 Standard_EXPORT static void SurfaceCommands(Draw_Interpretor& DI);
0047
0048
0049 Standard_EXPORT static void PrimitiveCommands(Draw_Interpretor& DI);
0050
0051
0052 Standard_EXPORT static void FillingCommands(Draw_Interpretor& DI);
0053
0054
0055 Standard_EXPORT static void SweepCommands(Draw_Interpretor& DI);
0056
0057
0058
0059 Standard_EXPORT static void TopologyCommands(Draw_Interpretor& DI);
0060
0061
0062
0063 Standard_EXPORT static void FilletCommands(Draw_Interpretor& DI);
0064
0065
0066
0067 Standard_EXPORT static void ChamferCommands(Draw_Interpretor& DI);
0068
0069
0070 Standard_EXPORT static void GPropCommands(Draw_Interpretor& DI);
0071
0072
0073
0074 Standard_EXPORT static void MatCommands(Draw_Interpretor& DI);
0075
0076
0077
0078 Standard_EXPORT static void DraftAngleCommands(Draw_Interpretor& DI);
0079
0080
0081 Standard_EXPORT static void FeatureCommands(Draw_Interpretor& DI);
0082
0083
0084 Standard_EXPORT static void OtherCommands(Draw_Interpretor& DI);
0085
0086
0087 Standard_EXPORT static void ExtremaCommands(Draw_Interpretor& DI);
0088
0089
0090 Standard_EXPORT static void CheckCommands(Draw_Interpretor& DI);
0091
0092
0093 Standard_EXPORT static void PlacementCommands(Draw_Interpretor& DI);
0094
0095
0096 Standard_EXPORT static void ProjectionCommands(Draw_Interpretor& DI);
0097
0098
0099 Standard_EXPORT static void HistoryCommands(Draw_Interpretor& DI);
0100
0101 protected:
0102 private:
0103 };
0104
0105 #endif