Open CASCADE Technology 6.6.0
|
The EdgeFaceTool computes the UV coordinates at a
given parameter on a Curve and a Surface. It also
compute the signed curvature value in a direction
at a given u,v point on a surface.
#include <HLRBRep_EdgeFaceTool.hxx>
Static Public Member Functions | |
static Standard_Real | CurvatureValue (const Standard_Address F, const Standard_Real U, const Standard_Real V, const gp_Dir &Tg) |
static Standard_Boolean | UVPoint (const Standard_Real Par, const Standard_Address E, const Standard_Address F, Standard_Real &U, Standard_Real &V) |
return True if U and V are found. |
static Standard_Real HLRBRep_EdgeFaceTool::CurvatureValue | ( | const Standard_Address | F, |
const Standard_Real | U, | ||
const Standard_Real | V, | ||
const gp_Dir & | Tg | ||
) | [static] |
static Standard_Boolean HLRBRep_EdgeFaceTool::UVPoint | ( | const Standard_Real | Par, |
const Standard_Address | E, | ||
const Standard_Address | F, | ||
Standard_Real & | U, | ||
Standard_Real & | V | ||
) | [static] |