Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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 occ::handle< Geom2d_CurveRadianToDegree (const occ::handle< Geom2d_Curve > &theCurve, const occ::handle< Geom_Surface > &theSurface, const double theLengthFactor, const double theFactorRadianDegree)
 Convert 2d curve for change angle unit from radian to degree.
 
static occ::handle< Geom2d_CurveDegreeToRadian (const occ::handle< Geom2d_Curve > &theCurve, const occ::handle< Geom_Surface > &theSurface, const double theLengthFactor, const double theFactorRadianDegree)
 Convert 2d curve for change angle unit from degree to radian.
 
static occ::handle< Geom2d_CurveMirrorPCurve (const occ::handle< Geom2d_Curve > &theCurve)
 return 2d curve as 'mirror' for given
 

Detailed Description

Class contains conversion methods for 2d geom objects.

Member Function Documentation

◆ DegreeToRadian()

static occ::handle< Geom2d_Curve > GeomConvert_Units::DegreeToRadian ( const occ::handle< Geom2d_Curve > & theCurve,
const occ::handle< Geom_Surface > & theSurface,
const double theLengthFactor,
const double theFactorRadianDegree )
static

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

◆ MirrorPCurve()

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

return 2d curve as 'mirror' for given

◆ RadianToDegree()

static occ::handle< Geom2d_Curve > GeomConvert_Units::RadianToDegree ( const occ::handle< Geom2d_Curve > & theCurve,
const occ::handle< Geom_Surface > & theSurface,
const double theLengthFactor,
const double theFactorRadianDegree )
static

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


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