Open CASCADE Technology
7.4.0
|
Contains two points PntOnFace from IntTools and a flag. More...
#include <IntTools_PntOn2Faces.hxx>
Public Member Functions | |
IntTools_PntOn2Faces () | |
Empty constructor. More... | |
IntTools_PntOn2Faces (const IntTools_PntOnFace &aP1, const IntTools_PntOnFace &aP2) | |
Initializes me by two points aP1 and aP2. More... | |
void | SetP1 (const IntTools_PntOnFace &aP1) |
Modifier. More... | |
void | SetP2 (const IntTools_PntOnFace &aP2) |
Modifier. More... | |
void | SetValid (const Standard_Boolean bF) |
Modifier. More... | |
const IntTools_PntOnFace & | P1 () const |
Selector. More... | |
const IntTools_PntOnFace & | P2 () const |
Selector. More... | |
Standard_Boolean | IsValid () const |
Selector. More... | |
Contains two points PntOnFace from IntTools and a flag.
IntTools_PntOn2Faces::IntTools_PntOn2Faces | ( | ) |
Empty constructor.
IntTools_PntOn2Faces::IntTools_PntOn2Faces | ( | const IntTools_PntOnFace & | aP1, |
const IntTools_PntOnFace & | aP2 | ||
) |
Initializes me by two points aP1 and aP2.
Standard_Boolean IntTools_PntOn2Faces::IsValid | ( | ) | const |
Selector.
const IntTools_PntOnFace& IntTools_PntOn2Faces::P1 | ( | ) | const |
Selector.
const IntTools_PntOnFace& IntTools_PntOn2Faces::P2 | ( | ) | const |
Selector.
void IntTools_PntOn2Faces::SetP1 | ( | const IntTools_PntOnFace & | aP1 | ) |
Modifier.
void IntTools_PntOn2Faces::SetP2 | ( | const IntTools_PntOnFace & | aP2 | ) |
Modifier.
void IntTools_PntOn2Faces::SetValid | ( | const Standard_Boolean | bF | ) |
Modifier.