File indexing completed on 2025-01-18 10:04:04
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESToBRep_BasicSurface_HeaderFile
0018 #define _IGESToBRep_BasicSurface_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <IGESToBRep_CurveAndSurface.hxx>
0025 class Geom_Surface;
0026 class IGESData_IGESEntity;
0027 class Geom_Plane;
0028 class IGESSolid_PlaneSurface;
0029 class Geom_CylindricalSurface;
0030 class IGESSolid_CylindricalSurface;
0031 class Geom_ConicalSurface;
0032 class IGESSolid_ConicalSurface;
0033 class Geom_SphericalSurface;
0034 class IGESSolid_SphericalSurface;
0035 class Geom_ToroidalSurface;
0036 class IGESSolid_ToroidalSurface;
0037 class Geom_BSplineSurface;
0038 class IGESGeom_SplineSurface;
0039 class IGESGeom_BSplineSurface;
0040
0041
0042
0043
0044
0045
0046 class IGESToBRep_BasicSurface : public IGESToBRep_CurveAndSurface
0047 {
0048 public:
0049
0050 DEFINE_STANDARD_ALLOC
0051
0052
0053
0054
0055 Standard_EXPORT IGESToBRep_BasicSurface();
0056
0057
0058
0059 Standard_EXPORT IGESToBRep_BasicSurface(const IGESToBRep_CurveAndSurface& CS);
0060
0061
0062 Standard_EXPORT IGESToBRep_BasicSurface(const Standard_Real eps, const Standard_Real epsGeom, const Standard_Real epsCoeff, const Standard_Boolean mode, const Standard_Boolean modeapprox, const Standard_Boolean optimized);
0063
0064
0065 Standard_EXPORT Handle(Geom_Surface) TransferBasicSurface (const Handle(IGESData_IGESEntity)& start);
0066
0067
0068 Standard_EXPORT Handle(Geom_Plane) TransferPlaneSurface (const Handle(IGESSolid_PlaneSurface)& start);
0069
0070
0071 Standard_EXPORT Handle(Geom_CylindricalSurface) TransferRigthCylindricalSurface (const Handle(IGESSolid_CylindricalSurface)& start);
0072
0073
0074 Standard_EXPORT Handle(Geom_ConicalSurface) TransferRigthConicalSurface (const Handle(IGESSolid_ConicalSurface)& start);
0075
0076
0077 Standard_EXPORT Handle(Geom_SphericalSurface) TransferSphericalSurface (const Handle(IGESSolid_SphericalSurface)& start);
0078
0079
0080 Standard_EXPORT Handle(Geom_ToroidalSurface) TransferToroidalSurface (const Handle(IGESSolid_ToroidalSurface)& start);
0081
0082
0083 Standard_EXPORT Handle(Geom_BSplineSurface) TransferSplineSurface (const Handle(IGESGeom_SplineSurface)& start);
0084
0085
0086 Standard_EXPORT Handle(Geom_BSplineSurface) TransferBSplineSurface (const Handle(IGESGeom_BSplineSurface)& start);
0087
0088 };
0089
0090 #endif