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

Definition of a point on 2D curve. More...

#include <Extrema_POnCurv2d.hxx>

Public Member Functions

 Extrema_POnCurv2d ()
 Creation of an indefinite point on curve.
 
 Extrema_POnCurv2d (const double theU, const gp_Pnt2d &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_Pnt2d &theP)
 Sets the point and parameter values.
 
const gp_Pnt2dValue () const
 Returns the point.
 
double Parameter () const
 Returns the parameter on the curve.
 

Detailed Description

Definition of a point on 2D curve.

Constructor & Destructor Documentation

◆ Extrema_POnCurv2d() [1/2]

Extrema_POnCurv2d::Extrema_POnCurv2d ( )
inline

Creation of an indefinite point on curve.

◆ Extrema_POnCurv2d() [2/2]

Extrema_POnCurv2d::Extrema_POnCurv2d ( const double theU,
const gp_Pnt2d & 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_POnCurv2d::Parameter ( ) const
inline

Returns the parameter on the curve.

◆ SetValues()

void Extrema_POnCurv2d::SetValues ( const double theU,
const gp_Pnt2d & theP )
inline

Sets the point and parameter values.

◆ Value()

const gp_Pnt2d & Extrema_POnCurv2d::Value ( ) const
inline

Returns the point.


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