File indexing completed on 2026-06-16 08:28:40
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESToBRep_BRepEntity_HeaderFile
0018 #define _IGESToBRep_BRepEntity_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <IGESToBRep_CurveAndSurface.hxx>
0025 #include <Standard_Integer.hxx>
0026 #include <Message_ProgressRange.hxx>
0027
0028 class TopoDS_Shape;
0029 class IGESData_IGESEntity;
0030 class TopoDS_Vertex;
0031 class IGESSolid_VertexList;
0032 class IGESSolid_EdgeList;
0033 class IGESSolid_Loop;
0034 class TopoDS_Face;
0035 class gp_Trsf2d;
0036 class IGESSolid_Face;
0037 class IGESSolid_Shell;
0038 class IGESSolid_ManifoldSolid;
0039
0040
0041
0042
0043
0044 class IGESToBRep_BRepEntity : public IGESToBRep_CurveAndSurface
0045 {
0046 public:
0047 DEFINE_STANDARD_ALLOC
0048
0049
0050
0051
0052 Standard_EXPORT IGESToBRep_BRepEntity();
0053
0054
0055
0056 Standard_EXPORT IGESToBRep_BRepEntity(const IGESToBRep_CurveAndSurface& CS);
0057
0058
0059 Standard_EXPORT IGESToBRep_BRepEntity(const Standard_Real eps,
0060 const Standard_Real epsGeom,
0061 const Standard_Real epsCoeff,
0062 const Standard_Boolean mode,
0063 const Standard_Boolean modeapprox,
0064 const Standard_Boolean optimized);
0065
0066
0067 Standard_EXPORT TopoDS_Shape
0068 TransferBRepEntity(const Handle(IGESData_IGESEntity)& start,
0069 const Message_ProgressRange& theProgress = Message_ProgressRange());
0070
0071
0072 Standard_EXPORT TopoDS_Vertex TransferVertex(const Handle(IGESSolid_VertexList)& start,
0073 const Standard_Integer index);
0074
0075
0076 Standard_EXPORT TopoDS_Shape TransferEdge(const Handle(IGESSolid_EdgeList)& start,
0077 const Standard_Integer index);
0078
0079
0080 Standard_EXPORT TopoDS_Shape TransferLoop(const Handle(IGESSolid_Loop)& start,
0081 const TopoDS_Face& Face,
0082 const gp_Trsf2d& trans,
0083 const Standard_Real uFact);
0084
0085
0086 Standard_EXPORT TopoDS_Shape TransferFace(const Handle(IGESSolid_Face)& start);
0087
0088
0089 Standard_EXPORT TopoDS_Shape
0090 TransferShell(const Handle(IGESSolid_Shell)& start,
0091 const Message_ProgressRange& theProgress = Message_ProgressRange());
0092
0093
0094 Standard_EXPORT TopoDS_Shape
0095 TransferManifoldSolid(const Handle(IGESSolid_ManifoldSolid)& start,
0096 const Message_ProgressRange& theProgress = Message_ProgressRange());
0097
0098 protected:
0099 private:
0100 };
0101
0102 #endif