Open CASCADE Technology
6.5.4
|
The auxiliary class to store data about faces on a shell
that have common edge
#include <BOP_FaceInfo.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOP_FaceInfo () |
Empty constructor; | |
void | SetFace (const TopoDS_Face &aF) |
Modifier | |
void | SetPassed (const Standard_Boolean aFlag) |
Modifier | |
void | SetPOnEdge (const gp_Pnt &aP) |
Modifier | |
void | SetPInFace (const gp_Pnt &aP) |
Modifier | |
void | SetPInFace2D (const gp_Pnt2d &aP) |
Modifier | |
void | SetNormal (const gp_Dir &aD) |
Modifier | |
void | SetAngle (const Standard_Real A) |
Modifier | |
const TopoDS_Face & | Face () const |
Selector | |
const gp_Pnt & | POnEdge () const |
Selector | |
const gp_Pnt & | PInFace () const |
Selector | |
const gp_Pnt2d & | PInFace2D () const |
Selector | |
const gp_Dir & | Normal () const |
Selector | |
Standard_Boolean | IsPassed () const |
Selector | |
Standard_Real | Angle () const |
Selector |
Standard_Real BOP_FaceInfo::Angle | ( | ) | const |
const TopoDS_Face& BOP_FaceInfo::Face | ( | ) | const |
Standard_Boolean BOP_FaceInfo::IsPassed | ( | ) | const |
const gp_Dir& BOP_FaceInfo::Normal | ( | ) | const |
const gp_Pnt& BOP_FaceInfo::PInFace | ( | ) | const |
const gp_Pnt2d& BOP_FaceInfo::PInFace2D | ( | ) | const |
const gp_Pnt& BOP_FaceInfo::POnEdge | ( | ) | const |
void BOP_FaceInfo::SetFace | ( | const TopoDS_Face & | aF | ) |
void BOP_FaceInfo::SetNormal | ( | const gp_Dir & | aD | ) |
void BOP_FaceInfo::SetPassed | ( | const Standard_Boolean | aFlag | ) |
void BOP_FaceInfo::SetPInFace | ( | const gp_Pnt & | aP | ) |
void BOP_FaceInfo::SetPInFace2D | ( | const gp_Pnt2d & | aP | ) |
void BOP_FaceInfo::SetPOnEdge | ( | const gp_Pnt & | aP | ) |