#include <HLRBRep_SLPropsATool.hxx>
|
| static void | Value (const Standard_Address A, const Standard_Real U, const Standard_Real V, gp_Pnt &P) |
| | Computes the point. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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 <br>
<A>. returns 1 : first derivative only is <br>
computable returns 2 : first and second derivative <br>
only are computable. <br>
More...
|
| |
| 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. <br>
More...
|
| |
returns the bounds of the Surface. <br>
returns the order of continuity of the Surface <br>
<A>. returns 1 : first derivative only is <br>
computable returns 2 : first and second derivative <br>
only are computable. <br>
Computes the point.
and first derivative <D1*>
of parameter <U> and <V> on the Surface .
Computes the point.
, the first derivative <D1*>
and second derivative <D2*> of parameter <U> and
<V> on the Surface .
Computes the point.
of parameter <U> and <V>
on the Surface .
The documentation for this class was generated from the following file: