Open CASCADE Technology  7.0.0
Public Member Functions

Extrema_POnCurv2d Class Reference

#include <Extrema_POnCurv2d.hxx>

Public Member Functions

 Extrema_POnCurv2d ()
 Creation of an indefinite point on curve. More...
 
 Extrema_POnCurv2d (const Standard_Real U, const gp_Pnt2d &P)
 Creation of a point on curve with a parameter value on the curve and a Pnt from gp. More...
 
void SetValues (const Standard_Real U, const gp_Pnt2d &P)
 sets the point and parameter values. More...
 
const gp_Pnt2dValue () const
 Returns the point. More...
 
Standard_Real Parameter () const
 Returns the parameter on the curve. More...
 

Constructor & Destructor Documentation

Extrema_POnCurv2d::Extrema_POnCurv2d ( )

Creation of an indefinite point on curve.

Extrema_POnCurv2d::Extrema_POnCurv2d ( const Standard_Real  U,
const gp_Pnt2d P 
)

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

Member Function Documentation

Standard_Real Extrema_POnCurv2d::Parameter ( ) const

Returns the parameter on the curve.

void Extrema_POnCurv2d::SetValues ( const Standard_Real  U,
const gp_Pnt2d P 
)

sets the point and parameter values.

const gp_Pnt2d& Extrema_POnCurv2d::Value ( ) const

Returns the point.


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