Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
Extrema_POnCurv Class Reference

Definition of a point on curve. More...

#include <Extrema_POnCurv.hxx>

Public Member Functions

 Extrema_POnCurv ()
 Creation of an indefinite point on curve.
 
 Extrema_POnCurv (const double theU, const gp_Pnt &theP)
 Creation of a point on curve with a parameter value on the curve and a Pnt from gp.
 
void SetValues (const double theU, const gp_Pnt &theP)
 Sets the point and parameter values.
 
const gp_PntValue () const
 Returns the point.
 
double Parameter () const
 Returns the parameter on the curve.
 

Detailed Description

Definition of a point on curve.

Constructor & Destructor Documentation

◆ Extrema_POnCurv() [1/2]

Extrema_POnCurv::Extrema_POnCurv ( )
inline

Creation of an indefinite point on curve.

◆ Extrema_POnCurv() [2/2]

Extrema_POnCurv::Extrema_POnCurv ( const double theU,
const gp_Pnt & theP )
inline

Creation of a point on curve with a parameter value on the curve and a Pnt from gp.

Member Function Documentation

◆ Parameter()

double Extrema_POnCurv::Parameter ( ) const
inline

Returns the parameter on the curve.

◆ SetValues()

void Extrema_POnCurv::SetValues ( const double theU,
const gp_Pnt & theP )
inline

Sets the point and parameter values.

◆ Value()

const gp_Pnt & Extrema_POnCurv::Value ( ) const
inline

Returns the point.


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