// 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 _BRepFill_Section_HeaderFile #define _BRepFill_Section_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Wire_HeaderFile #include #endif #ifndef _TopoDS_Vertex_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TopoDS_Shape; class TopoDS_Vertex; class TopoDS_Wire; //! To store section definition
class BRepFill_Section { 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); } Standard_EXPORT BRepFill_Section(); Standard_EXPORT BRepFill_Section(const TopoDS_Shape& Profile,const TopoDS_Vertex& V,const Standard_Boolean WithContact,const Standard_Boolean WithCorrection); Standard_EXPORT void Set(const Standard_Boolean IsLaw) ; const TopoDS_Wire& Wire() const; const TopoDS_Vertex& Vertex() const; Standard_Boolean IsLaw() const; Standard_Boolean WithContact() const; Standard_Boolean WithCorrection() const; protected: private: TopoDS_Wire wire; TopoDS_Vertex vertex; Standard_Boolean islaw; Standard_Boolean contact; Standard_Boolean correction; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif