OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Extrema_POnSurf Class Reference

    Definition of a point on surface. More...

    #include <Extrema_POnSurf.hxx>

    Inheritance diagram for Extrema_POnSurf:

    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_PntValue () 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.

    Detailed Description

    Definition of a point on surface.

    Constructor & Destructor Documentation

    ◆ 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.

    Member Function Documentation

    ◆ 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

    Returns the 3d point.


    The documentation for this class was generated from the following file: