Open CASCADE Technology  7.6.0
Static Public Member Functions

GeomConvert_Units Class Reference

Class contains conversion methods for 2d geom objects. More...

#include <GeomConvert_Units.hxx>

Static Public Member Functions

static Handle< Geom2d_CurveRadianToDegree (const Handle< Geom2d_Curve > &theCurve, const Handle< Geom_Surface > &theSurface, const Standard_Real theLengthFactor, const Standard_Real theFactorRadianDegree)
 Convert 2d curve for change angle unit from radian to degree. More...
 
static Handle< Geom2d_CurveDegreeToRadian (const Handle< Geom2d_Curve > &theCurve, const Handle< Geom_Surface > &theSurface, const Standard_Real theLengthFactor, const Standard_Real theFactorRadianDegree)
 Convert 2d curve for change angle unit from degree to radian. More...
 
static Handle< Geom2d_CurveMirrorPCurve (const Handle< Geom2d_Curve > &theCurve)
 return 2d curve as 'mirror' for given More...
 

Detailed Description

Class contains conversion methods for 2d geom objects.

Member Function Documentation

◆ DegreeToRadian()

static Handle< Geom2d_Curve > GeomConvert_Units::DegreeToRadian ( const Handle< Geom2d_Curve > &  theCurve,
const Handle< Geom_Surface > &  theSurface,
const Standard_Real  theLengthFactor,
const Standard_Real  theFactorRadianDegree 
)
static

Convert 2d curve for change angle unit from degree to radian.

◆ MirrorPCurve()

static Handle< Geom2d_Curve > GeomConvert_Units::MirrorPCurve ( const Handle< Geom2d_Curve > &  theCurve)
static

return 2d curve as 'mirror' for given

◆ RadianToDegree()

static Handle< Geom2d_Curve > GeomConvert_Units::RadianToDegree ( const Handle< Geom2d_Curve > &  theCurve,
const Handle< Geom_Surface > &  theSurface,
const Standard_Real  theLengthFactor,
const Standard_Real  theFactorRadianDegree 
)
static

Convert 2d curve for change angle unit from radian to degree.


The documentation for this class was generated from the following file: