// 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 _BRepOffset_MakeOffset_HeaderFile #define _BRepOffset_MakeOffset_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _BRepOffset_Mode_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _GeomAbs_JoinType_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeReal_HeaderFile #include #endif #ifndef _TopTools_MapOfShape_HeaderFile #include #endif #ifndef _BRepOffset_Analyse_HeaderFile #include #endif #ifndef _BRepAlgo_Image_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _Handle_BRepAlgo_AsDes_HeaderFile #include #endif #ifndef _BRepOffset_Error_HeaderFile #include #endif #ifndef _BRepOffset_MakeLoops_HeaderFile #include #endif class BRepAlgo_AsDes; class TopoDS_Shape; class TopoDS_Face; class BRepOffset_Analyse; class BRepAlgo_Image; class TopTools_MapOfShape; class BRepOffset_Inter3d; class BRepOffset_DataMapOfShapeOffset; class BRepOffset_MakeOffset { 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 BRepOffset_MakeOffset(); Standard_EXPORT BRepOffset_MakeOffset(const TopoDS_Shape& S,const Standard_Real Offset,const Standard_Real Tol,const BRepOffset_Mode Mode = BRepOffset_Skin,const Standard_Boolean Intersection = Standard_False,const Standard_Boolean SelfInter = Standard_False,const GeomAbs_JoinType Join = GeomAbs_Arc,const Standard_Boolean Thickening = Standard_False); Standard_EXPORT void Initialize(const TopoDS_Shape& S,const Standard_Real Offset,const Standard_Real Tol,const BRepOffset_Mode Mode = BRepOffset_Skin,const Standard_Boolean Intersection = Standard_False,const Standard_Boolean SelfInter = Standard_False,const GeomAbs_JoinType Join = GeomAbs_Arc,const Standard_Boolean Thickening = Standard_False) ; Standard_EXPORT void Clear() ; //! Add Closing Faces, has to be in the initial
//! shape S.
Standard_EXPORT void AddFace(const TopoDS_Face& F) ; //! set the offset on the Face
Standard_EXPORT void SetOffsetOnFace(const TopoDS_Face& F,const Standard_Real Off) ; Standard_EXPORT void MakeOffsetShape() ; Standard_EXPORT void MakeThickSolid() ; Standard_EXPORT const BRepOffset_Analyse& GetAnalyse() const; Standard_EXPORT Standard_Boolean IsDone() const; Standard_EXPORT const TopoDS_Shape& Shape() const; //! returns information if IsDone() = FALSE.
Standard_EXPORT BRepOffset_Error Error() const; //! Returns containing links between initials
//! shapes and offset faces.
Standard_EXPORT const BRepAlgo_Image& OffsetFacesFromShapes() const; //! Returns myJoin.
Standard_EXPORT GeomAbs_JoinType GetJoinType() const; //! Returns containing links between initials
//! shapes and offset edges.
Standard_EXPORT const BRepAlgo_Image& OffsetEdgesFromShapes() const; //! Returns the list of closing faces stores by AddFace
Standard_EXPORT const TopTools_MapOfShape& ClosingFaces() const; protected: private: Standard_EXPORT void BuildOffsetByArc() ; Standard_EXPORT void BuildOffsetByInter() ; Standard_EXPORT void SelfInter(TopTools_MapOfShape& Modif) ; Standard_EXPORT void Intersection3D(BRepOffset_Inter3d& Inter) ; Standard_EXPORT void Intersection2D(const TopTools_MapOfShape& Modif,const TopTools_MapOfShape& NewEdges) ; Standard_EXPORT void MakeLoops(TopTools_MapOfShape& Modif) ; Standard_EXPORT void MakeLoopsOnContext(TopTools_MapOfShape& Modif) ; Standard_EXPORT void MakeFaces(TopTools_MapOfShape& Modif) ; Standard_EXPORT void MakeShells() ; Standard_EXPORT void SelectShells() ; Standard_EXPORT void EncodeRegularity() ; Standard_EXPORT void MakeSolid() ; Standard_EXPORT void ToContext(BRepOffset_DataMapOfShapeOffset& MapSF) ; //! Private method use to update the map face<->offset
Standard_EXPORT void UpdateFaceOffset() ; //! Private method used to correct degenerated edges on conical faces
Standard_EXPORT void CorrectConicalFaces() ; //! Private method used to build walls for thickening the shell
Standard_EXPORT void MakeMissingWalls() ; Standard_Real myOffset; Standard_Real myTol; TopoDS_Shape myShape; BRepOffset_Mode myMode; Standard_Boolean myInter; Standard_Boolean mySelfInter; GeomAbs_JoinType myJoin; Standard_Boolean myThickening; TopTools_DataMapOfShapeReal myFaceOffset; TopTools_MapOfShape myFaces; BRepOffset_Analyse myAnalyse; TopoDS_Shape myOffsetShape; BRepAlgo_Image myInitOffsetFace; BRepAlgo_Image myInitOffsetEdge; BRepAlgo_Image myImageOffset; TopTools_ListOfShape myWalls; Handle_BRepAlgo_AsDes myAsDes; Standard_Boolean myDone; BRepOffset_Error myError; BRepOffset_MakeLoops myMakeLoops; }; // other Inline functions and methods (like "C++: function call" methods) #endif