#include <HLRBRep_CLPropsATool.hxx>
Static Public Member Functions |
static DEFINE_STANDARD_ALLOC void | Value (const Standard_Address A, const Standard_Real U, gp_Pnt2d &P) |
| Computes the point.
|
static void | D1 (const Standard_Address A, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &V1) |
| Computes the point.
|
static void | D2 (const Standard_Address A, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &V1, gp_Vec2d &V2) |
| Computes the point.
|
static void | D3 (const Standard_Address A, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &V1, gp_Vec2d &V2, gp_Vec2d &V3) |
| Computes the point.
|
static Standard_Integer | Continuity (const Standard_Address A) |
| returns the order of continuity of the curve .
returns 1 : first derivative only is computable
returns 2 : first and second derivative only are
computable. returns 3 : first, second and third
are computable.
|
static Standard_Real | FirstParameter (const Standard_Address A) |
| returns the first parameter bound of the curve.
|
static Standard_Real | LastParameter (const Standard_Address A) |
| returns the last parameter bound of the curve.
FirstParameter must be less than LastParamenter.
|
Member Function Documentation
and first derivative <V1>
of parameter <U> on the curve .
, the first derivative <V1>
and second derivative <V2> of parameter <U> on the
curve .
, the first derivative <V1>,
the second derivative <V2> and third derivative
<V3> of parameter <U> on the curve .
of parameter <U> on the
Curve from HLRBRep .
The documentation for this class was generated from the following file: