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

Contains a Face, a 3d point, corresponded UV parameters and a flag. More...

#include <IntTools_PntOnFace.hxx>

Public Member Functions

 IntTools_PntOnFace ()
 Empty constructor.
 
void Init (const TopoDS_Face &aF, const gp_Pnt &aP, const double U, const double V)
 Initializes me by aFace, a 3d point and it's UV parameters on face.
 
void SetFace (const TopoDS_Face &aF)
 Modifier.
 
void SetPnt (const gp_Pnt &aP)
 Modifier.
 
void SetParameters (const double U, const double V)
 Modifier.
 
void SetValid (const bool bF)
 Modifier.
 
bool Valid () const
 Selector.
 
const TopoDS_FaceFace () const
 Selector.
 
const gp_PntPnt () const
 Selector.
 
void Parameters (double &U, double &V) const
 Selector.
 
bool IsValid () const
 Selector.
 

Detailed Description

Contains a Face, a 3d point, corresponded UV parameters and a flag.

Constructor & Destructor Documentation

◆ IntTools_PntOnFace()

IntTools_PntOnFace::IntTools_PntOnFace ( )

Empty constructor.

Member Function Documentation

◆ Face()

const TopoDS_Face & IntTools_PntOnFace::Face ( ) const

Selector.

◆ Init()

void IntTools_PntOnFace::Init ( const TopoDS_Face & aF,
const gp_Pnt & aP,
const double U,
const double V )

Initializes me by aFace, a 3d point and it's UV parameters on face.

◆ IsValid()

bool IntTools_PntOnFace::IsValid ( ) const

Selector.

◆ Parameters()

void IntTools_PntOnFace::Parameters ( double & U,
double & V ) const

Selector.

◆ Pnt()

const gp_Pnt & IntTools_PntOnFace::Pnt ( ) const

Selector.

◆ SetFace()

void IntTools_PntOnFace::SetFace ( const TopoDS_Face & aF)

Modifier.

◆ SetParameters()

void IntTools_PntOnFace::SetParameters ( const double U,
const double V )

Modifier.

◆ SetPnt()

void IntTools_PntOnFace::SetPnt ( const gp_Pnt & aP)

Modifier.

◆ SetValid()

void IntTools_PntOnFace::SetValid ( const bool bF)

Modifier.

◆ Valid()

bool IntTools_PntOnFace::Valid ( ) const

Selector.


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