File indexing completed on 2025-01-18 10:03:16
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
0028 class BRepTest
0029 {
0030 public:
0031
0032 DEFINE_STANDARD_ALLOC
0033
0034
0035
0036 Standard_EXPORT static void AllCommands (Draw_Interpretor& DI);
0037
0038
0039 Standard_EXPORT static void BasicCommands (Draw_Interpretor& DI);
0040
0041
0042 Standard_EXPORT static void CurveCommands (Draw_Interpretor& DI);
0043
0044
0045
0046 Standard_EXPORT static void Fillet2DCommands (Draw_Interpretor& DI);
0047
0048
0049 Standard_EXPORT static void SurfaceCommands (Draw_Interpretor& DI);
0050
0051
0052 Standard_EXPORT static void PrimitiveCommands (Draw_Interpretor& DI);
0053
0054
0055 Standard_EXPORT static void FillingCommands (Draw_Interpretor& DI);
0056
0057
0058 Standard_EXPORT static void SweepCommands (Draw_Interpretor& DI);
0059
0060
0061
0062 Standard_EXPORT static void TopologyCommands (Draw_Interpretor& DI);
0063
0064
0065
0066 Standard_EXPORT static void FilletCommands (Draw_Interpretor& DI);
0067
0068
0069
0070 Standard_EXPORT static void ChamferCommands (Draw_Interpretor& DI);
0071
0072
0073 Standard_EXPORT static void GPropCommands (Draw_Interpretor& DI);
0074
0075
0076
0077 Standard_EXPORT static void MatCommands (Draw_Interpretor& DI);
0078
0079
0080
0081 Standard_EXPORT static void DraftAngleCommands (Draw_Interpretor& DI);
0082
0083
0084 Standard_EXPORT static void FeatureCommands (Draw_Interpretor& DI);
0085
0086
0087 Standard_EXPORT static void OtherCommands (Draw_Interpretor& DI);
0088
0089
0090 Standard_EXPORT static void ExtremaCommands (Draw_Interpretor& DI);
0091
0092
0093 Standard_EXPORT static void CheckCommands (Draw_Interpretor& DI);
0094
0095
0096 Standard_EXPORT static void PlacementCommands (Draw_Interpretor& DI);
0097
0098
0099 Standard_EXPORT static void ProjectionCommands (Draw_Interpretor& DI);
0100
0101
0102 Standard_EXPORT static void HistoryCommands (Draw_Interpretor& DI);
0103
0104
0105
0106 protected:
0107
0108
0109
0110
0111
0112 private:
0113
0114
0115
0116
0117
0118 };
0119
0120
0121
0122
0123
0124
0125
0126 #endif