Definition of a point on surface.
More...
#include <Extrema_POnSurf.hxx>
|
| | 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.
◆ Extrema_POnSurf() [1/2]
| Extrema_POnSurf::Extrema_POnSurf |
( |
| ) |
|
|
inline |
Creation of an indefinite point on surface.
◆ Extrema_POnSurf() [2/2]
| Extrema_POnSurf::Extrema_POnSurf |
( |
const double | theU, |
|
|
const double | theV, |
|
|
const gp_Pnt & | theP ) |
|
inline |
Creation of a point on surface with parameter values on the surface and a Pnt from gp.
◆ Parameter()
| void Extrema_POnSurf::Parameter |
( |
double & | theU, |
|
|
double & | theV ) const |
|
inline |
Returns the parameter values on the surface.
◆ SetParameters()
| void Extrema_POnSurf::SetParameters |
( |
const double | theU, |
|
|
const double | theV, |
|
|
const gp_Pnt & | thePnt ) |
|
inline |
Sets the params of current POnSurf instance. (e.g. to the point to be projected).
◆ Value()
| const gp_Pnt & Extrema_POnSurf::Value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: