Warning, file /include/opencascade/GeomConvert_Units.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef _GeomConvert_Units_HeaderFile
0015 #define _GeomConvert_Units_HeaderFile
0016
0017 #include <Standard_Handle.hxx>
0018 class Geom2d_Curve;
0019 class Geom_Surface;
0020
0021
0022 class GeomConvert_Units
0023 {
0024 public:
0025
0026 DEFINE_STANDARD_ALLOC
0027
0028
0029 Standard_EXPORT static Handle(Geom2d_Curve) RadianToDegree(
0030 const Handle(Geom2d_Curve)& theCurve,
0031 const Handle(Geom_Surface)& theSurface,
0032 const Standard_Real theLengthFactor,
0033 const Standard_Real theFactorRadianDegree);
0034
0035
0036 Standard_EXPORT static Handle(Geom2d_Curve) DegreeToRadian(
0037 const Handle(Geom2d_Curve)& theCurve,
0038 const Handle(Geom_Surface)& theSurface,
0039 const Standard_Real theLengthFactor,
0040 const Standard_Real theFactorRadianDegree);
0041
0042
0043 Standard_EXPORT static Handle(Geom2d_Curve) MirrorPCurve(const Handle(Geom2d_Curve)& theCurve);
0044
0045 };
0046
0047 #endif