|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | IntAna_IntLinTorus () |
| Standard_EXPORT | IntAna_IntLinTorus (const gp_Lin &L, const gp_Torus &T) |
| | Creates the intersection between a line and a torus.
.
|
| Standard_EXPORT 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.
.
|
Private Attributes |
| Standard_Boolean | done |
| Standard_Integer | nbpt |
| gp_Pnt | thePoint [4] |
| Standard_Real | theParam [4] |
| Standard_Real | theFi [4] |
| Standard_Real | theTheta [4] |