|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | IntAna_Int3Pln () |
| Standard_EXPORT | IntAna_Int3Pln (const gp_Pln &P1, const gp_Pln &P2, const gp_Pln &P3) |
| | Determination of the intersection point between
3 planes.
.
|
| Standard_EXPORT void | Perform (const gp_Pln &P1, const gp_Pln &P2, const gp_Pln &P3) |
| | Determination of the intersection point between
3 planes.
.
|
| Standard_Boolean | IsDone () const |
| | Returns True if the computation was successful.
.
|
| Standard_Boolean | IsEmpty () const |
| | Returns TRUE if there is no intersection POINT.
If 2 planes are identical or parallel, IsEmpty
will return TRUE.
.
|
| const gp_Pnt & | Value () const |
| | Returns the intersection point.
.
|
Private Attributes |
| Standard_Boolean | done |
| Standard_Boolean | empt |
| gp_Pnt | pnt |