#include <BOP_FaceInfo.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BOP_FaceInfo () |
| Empty constructor; . | |
| Standard_EXPORT void | SetFace (const TopoDS_Face &aF) |
| Modifier . | |
| Standard_EXPORT void | SetPassed (const Standard_Boolean aFlag) |
| Modifier . | |
| Standard_EXPORT void | SetPOnEdge (const gp_Pnt &aP) |
| Modifier . | |
| Standard_EXPORT void | SetPInFace (const gp_Pnt &aP) |
| Modifier . | |
| Standard_EXPORT void | SetPInFace2D (const gp_Pnt2d &aP) |
| Modifier . | |
| Standard_EXPORT void | SetNormal (const gp_Dir &aD) |
| Modifier . | |
| Standard_EXPORT void | SetAngle (const Standard_Real A) |
| Modifier . | |
| Standard_EXPORT const TopoDS_Face & | Face () const |
| Selector . | |
| Standard_EXPORT const gp_Pnt & | POnEdge () const |
| Selector . | |
| Standard_EXPORT const gp_Pnt & | PInFace () const |
| Selector . | |
| Standard_EXPORT const gp_Pnt2d & | PInFace2D () const |
| Selector . | |
| Standard_EXPORT const gp_Dir & | Normal () const |
| Selector . | |
| Standard_EXPORT Standard_Boolean | IsPassed () const |
| Selector . | |
| Standard_EXPORT Standard_Real | Angle () const |
| Selector . | |
Private Attributes | |
| TopoDS_Face | myFace |
| Standard_Boolean | myPassed |
| gp_Pnt | myPOnEdge |
| gp_Pnt | myPInFace |
| gp_Pnt2d | myPInFace2D |
| gp_Dir | myNormal |
| Standard_Real | myAngle |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1