![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Data container for point on surface parameters. These parameters are required to compute an initial approximation for extrema computation. More...
#include <Extrema_POnSurfParams.hxx>

Public Member Functions | |
| Extrema_POnSurfParams () | |
| empty constructor | |
| Extrema_POnSurfParams (const double theU, const double theV, const gp_Pnt &thePnt) | |
| Creation of a point on surface with parameter values on the surface and a Pnt from gp. | |
| void | SetSqrDistance (const double theSqrDistance) |
| Sets the square distance from this point to another one (e.g. to the point to be projected). | |
| double | GetSqrDistance () const |
| Query the square distance from this point to another one. | |
| void | SetElementType (const Extrema_ElementType theElementType) |
| Sets the element type on which this point is situated. | |
| Extrema_ElementType | GetElementType () const |
| Query the element type on which this point is situated. | |
| void | SetIndices (const int theIndexU, const int theIndexV) |
| Sets the U and V indices of an element that contains this point. | |
| void | GetIndices (int &theIndexU, int &theIndexV) const |
| Query the U and V indices of an element that contains this point. | |
Public Member Functions inherited from Extrema_POnSurf | |
| Extrema_POnSurf () | |
| Creation of an indefinite point on surface. | |
| Extrema_POnSurf (const double theU, const double theV, const gp_Pnt &theP) | |
| Creation of a point on surface with parameter values on the surface and a Pnt from gp. | |
| const gp_Pnt & | Value () const |
| Returns the 3d point. | |
| void | SetParameters (const double theU, const double theV, const gp_Pnt &thePnt) |
| Sets the params of current POnSurf instance. (e.g. to the point to be projected). | |
| void | Parameter (double &theU, double &theV) const |
| Returns the parameter values on the surface. | |
Data container for point on surface parameters. These parameters are required to compute an initial approximation for extrema computation.
|
inline |
empty constructor
|
inline |
Creation of a point on surface with parameter values on the surface and a Pnt from gp.
|
inline |
Query the element type on which this point is situated.
Query the U and V indices of an element that contains this point.
|
inline |
Query the square distance from this point to another one.
|
inline |
Sets the element type on which this point is situated.
Sets the U and V indices of an element that contains this point.
Sets the square distance from this point to another one (e.g. to the point to be projected).