Open CASCADE Technology
6.5.4
|
class for storing geometry information about
a point between neighbouring paves along
an edge
#include <BOPTools_PointBetween.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_PointBetween () |
Empty constructor | |
void | SetParameter (const Standard_Real T) |
Modifier sets value of the point's parameter on the edge | |
void | SetUV (const Standard_Real U, const Standard_Real V) |
Modifier sets values of the point's parameter on the face | |
void | SetPnt (const gp_Pnt &aP) |
Modifier sets the 3D-point | |
Standard_Real | Parameter () const |
Selector | |
void | UV (Standard_Real &U, Standard_Real &V) const |
Selector | |
const gp_Pnt & | Pnt () const |
Selector |
const gp_Pnt& BOPTools_PointBetween::Pnt | ( | ) | const |
void BOPTools_PointBetween::SetPnt | ( | const gp_Pnt & | aP | ) |
void BOPTools_PointBetween::UV | ( | Standard_Real & | U, |
Standard_Real & | V | ||
) | const |