Open CASCADE Technology
7.1.0.beta
|
#include <UnitsMethods.hxx>
Static Public Member Functions | |
static void | InitializeFactors (const Standard_Real LengthFactor, const Standard_Real PlaneAngleFactor, const Standard_Real SolidAngleFactor) |
Initializes the 3 factors for the conversion of units. More... | |
static Standard_Real | LengthFactor () |
static Standard_Real | PlaneAngleFactor () |
static Standard_Real | SolidAngleFactor () |
static void | Set3dConversion (const Standard_Boolean B) |
static Standard_Boolean | Convert3d () |
static Handle< Geom2d_Curve > | RadianToDegree (const Handle< Geom2d_Curve > &C, const Handle< Geom_Surface > &S) |
static Handle< Geom2d_Curve > | DegreeToRadian (const Handle< Geom2d_Curve > &C, const Handle< Geom_Surface > &S) |
static Handle< Geom2d_Curve > | MirrorPCurve (const Handle< Geom2d_Curve > &C) |
static Standard_Real | GetLengthFactorValue (const Standard_Integer param) |
Returns value of unit encoded by parameter param (integer value denoting unit, as described in IGES standard) in millimeters. More... | |
static Standard_Real | GetCasCadeLengthUnit () |
Returns value of current internal unit for CASCADE in millemeters. More... | |
static void | SetCasCadeLengthUnit (const Standard_Integer param) |
Sets value of current internal unit for CASCADE by parameter param (integer value denoting unit, as described in IGES standard) GetCasCadeLengthUnit() will then return value equal to GetLengthFactorValue(param) More... | |
|
static |
|
static |
|
static |
Returns value of current internal unit for CASCADE in millemeters.
|
static |
Returns value of unit encoded by parameter param (integer value denoting unit, as described in IGES standard) in millimeters.
|
static |
Initializes the 3 factors for the conversion of units.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Sets value of current internal unit for CASCADE by parameter param (integer value denoting unit, as described in IGES standard) GetCasCadeLengthUnit() will then return value equal to GetLengthFactorValue(param)
|
static |