![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Definition of a point on surface. More...
#include <Extrema_POnSurf.hxx>

Public Member Functions | |
| 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. | |
Definition of a point on surface.
|
inline |
Creation of an indefinite point on surface.
|
inline |
Creation of a point on surface with parameter values on the surface and a Pnt from gp.
Returns the parameter values on the surface.
|
inline |
Sets the params of current POnSurf instance. (e.g. to the point to be projected).
|
inline |
Returns the 3d point.