Open CASCADE Technology 6.6.0
|
#include <HLRBRep_SLPropsATool.hxx>
Static Public Member Functions | |
static void | Value (const Standard_Address A, const Standard_Real U, const Standard_Real V, gp_Pnt &P) |
Computes the point. | |
static void | D1 (const Standard_Address A, const Standard_Real U, const Standard_Real V, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V) |
Computes the point. | |
static void | D2 (const Standard_Address A, const Standard_Real U, const Standard_Real V, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V, gp_Vec &D2U, gp_Vec &D2V, gp_Vec &DUV) |
Computes the point. | |
static gp_Vec | DN (const Standard_Address A, const Standard_Real U, const Standard_Real V, const Standard_Integer Nu, const Standard_Integer Nv) |
static Standard_Integer | Continuity (const Standard_Address A) |
returns the order of continuity of the Surface . returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable. | |
static void | Bounds (const Standard_Address A, Standard_Real &U1, Standard_Real &V1, Standard_Real &U2, Standard_Real &V2) |
returns the bounds of the Surface. |
static void HLRBRep_SLPropsATool::Bounds | ( | const Standard_Address | A, |
Standard_Real & | U1, | ||
Standard_Real & | V1, | ||
Standard_Real & | U2, | ||
Standard_Real & | V2 | ||
) | [static] |
static Standard_Integer HLRBRep_SLPropsATool::Continuity | ( | const Standard_Address | A | ) | [static] |
static void HLRBRep_SLPropsATool::D1 | ( | const Standard_Address | A, |
const Standard_Real | U, | ||
const Standard_Real | V, | ||
gp_Pnt & | P, | ||
gp_Vec & | D1U, | ||
gp_Vec & | D1V | ||
) | [static] |
and first derivative <D1*>
of parameter <U> and <V> on the Surface .
static void HLRBRep_SLPropsATool::D2 | ( | const Standard_Address | A, |
const Standard_Real | U, | ||
const Standard_Real | V, | ||
gp_Pnt & | P, | ||
gp_Vec & | D1U, | ||
gp_Vec & | D1V, | ||
gp_Vec & | D2U, | ||
gp_Vec & | D2V, | ||
gp_Vec & | DUV | ||
) | [static] |
, the first derivative <D1*>
and second derivative <D2*> of parameter <U> and
<V> on the Surface .
static gp_Vec HLRBRep_SLPropsATool::DN | ( | const Standard_Address | A, |
const Standard_Real | U, | ||
const Standard_Real | V, | ||
const Standard_Integer | Nu, | ||
const Standard_Integer | Nv | ||
) | [static] |
static void HLRBRep_SLPropsATool::Value | ( | const Standard_Address | A, |
const Standard_Real | U, | ||
const Standard_Real | V, | ||
gp_Pnt & | P | ||
) | [static] |
of parameter <U> and <V>
on the Surface .