|
Open CASCADE Technology 6.5.2
|
Intersection between a line and a torus.
#include <IntAna_IntLinTorus.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IntAna_IntLinTorus () | |
| IntAna_IntLinTorus (const gp_Lin &L, const gp_Torus &T) | |
| Creates the intersection between a line and a torus. | |
| void | Perform (const gp_Lin &L, const gp_Torus &T) |
| Intersects a line and a torus. | |
| Standard_Boolean | IsDone () const |
| Returns True if the computation was successful. | |
| Standard_Integer | NbPoints () const |
| Returns the number of intersection points. | |
| const gp_Pnt & | Value (const Standard_Integer Index) const |
| Returns the intersection point of range Index. | |
| Standard_Real | ParamOnLine (const Standard_Integer Index) const |
| Returns the parameter on the line of the intersection point of range Index. | |
| void | ParamOnTorus (const Standard_Integer Index, Standard_Real &FI, Standard_Real &THETA) const |
| Returns the parameters on the torus of the intersection point of range Index. | |
| IntAna_IntLinTorus::IntAna_IntLinTorus | ( | ) |
| Standard_Boolean IntAna_IntLinTorus::IsDone | ( | ) | const |
| Standard_Integer IntAna_IntLinTorus::NbPoints | ( | ) | const |
| void IntAna_IntLinTorus::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IntAna_IntLinTorus::operator new | ( | size_t | size | ) | [inline] |
| void* IntAna_IntLinTorus::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Real IntAna_IntLinTorus::ParamOnLine | ( | const Standard_Integer | Index | ) | const |
| void IntAna_IntLinTorus::ParamOnTorus | ( | const Standard_Integer | Index, |
| Standard_Real & | FI, | ||
| Standard_Real & | THETA | ||
| ) | const |
| const gp_Pnt& IntAna_IntLinTorus::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4