// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _BRepTest_HeaderFile #define _BRepTest_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif class Draw_Interpretor; //! Provides commands to test BRep.
//!
class BRepTest { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Defines all the topology commands.
Standard_EXPORT static void AllCommands(Draw_Interpretor& DI) ; //! Defines the basic commands.
Standard_EXPORT static void BasicCommands(Draw_Interpretor& DI) ; //! Defines the commands to build edges and wires.
Standard_EXPORT static void CurveCommands(Draw_Interpretor& DI) ; //! Defines the commands to perform add fillets on
//! wires and edges.
Standard_EXPORT static void Fillet2DCommands(Draw_Interpretor& DI) ; //! Defines the commands to build faces and shells.
Standard_EXPORT static void SurfaceCommands(Draw_Interpretor& DI) ; //! Defines the commands to build primitives.
Standard_EXPORT static void PrimitiveCommands(Draw_Interpretor& DI) ; //! Defines the commands to build primitives.
Standard_EXPORT static void FillingCommands(Draw_Interpretor& DI) ; //! Defines the commands to sweep shapes.
Standard_EXPORT static void SweepCommands(Draw_Interpretor& DI) ; //! Defines the commands to perform topological
//! operations.
Standard_EXPORT static void TopologyCommands(Draw_Interpretor& DI) ; //! Defines the commands to perform add fillets on
//! shells.
Standard_EXPORT static void FilletCommands(Draw_Interpretor& DI) ; //! Defines the commands to perform add chamfers on
//! shells.
Standard_EXPORT static void ChamferCommands(Draw_Interpretor& DI) ; //! Defines commands to compute global properties.
Standard_EXPORT static void GPropCommands(Draw_Interpretor& DI) ; //! Defines commands to compute and to explore the map of the
//! Bisecting locus.
Standard_EXPORT static void MatCommands(Draw_Interpretor& DI) ; //! Defines the commands to modify draft angles of the
//! faces of a shape.
Standard_EXPORT static void DraftAngleCommands(Draw_Interpretor& DI) ; //! Defines the commands to create features on a shape.
Standard_EXPORT static void FeatureCommands(Draw_Interpretor& DI) ; //! Defines the auxiliary topology commands.
Standard_EXPORT static void OtherCommands(Draw_Interpretor& DI) ; //! Defines the extrema commands.
Standard_EXPORT static void ExtremaCommands(Draw_Interpretor& DI) ; //! Defines the checkshape command.
Standard_EXPORT static void CheckCommands(Draw_Interpretor& DI) ; //! Defines the placement command.
//!
Standard_EXPORT static void PlacementCommands(Draw_Interpretor& DI) ; //! Defines the commands to project a wire on a shape.
//!
Standard_EXPORT static void ProjectionCommands(Draw_Interpretor& DI) ; //! Defines the commands to prepare shell commands.
Standard_EXPORT static void ShellCommands(Draw_Interpretor& DI) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif