![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
It calculates all the extremum distances between a curve and a surface. These distances can be minimum or maximum. More...
#include <Extrema_ExtCS.hxx>
Public Member Functions | |
| Extrema_ExtCS () | |
| Extrema_ExtCS (const Adaptor3d_Curve &C, const Adaptor3d_Surface &S, const double TolC, const double TolS) | |
| It calculates all the distances between C and S. | |
| Extrema_ExtCS (const Adaptor3d_Curve &C, const Adaptor3d_Surface &S, const double UCinf, const double UCsup, const double Uinf, const double Usup, const double Vinf, const double Vsup, const double TolC, const double TolS) | |
| It calculates all the distances between C and S. UCinf and UCmax are the start and end parameters of the curve. | |
| void | Initialize (const Adaptor3d_Surface &S, const double TolC, const double TolS) |
| Initializes the fields of the algorithm. | |
| void | Initialize (const Adaptor3d_Surface &S, const double Uinf, const double Usup, const double Vinf, const double Vsup, const double TolC, const double TolS) |
| Initializes the fields of the algorithm. | |
| void | Perform (const Adaptor3d_Curve &C, const double Uinf, const double Usup) |
| Computes the distances. An exception is raised if the fields have not been initialized. | |
| bool | IsDone () const |
| Returns True if the distances are found. | |
| bool | IsParallel () const |
| Returns True if the curve is on a parallel surface. | |
| int | NbExt () const |
| Returns the number of extremum distances. | |
| double | SquareDistance (const int N) const |
| Returns the value of the Nth resulting square distance. | |
| void | Points (const int N, Extrema_POnCurv &P1, Extrema_POnSurf &P2) const |
| Returns the point of the Nth resulting distance. | |
It calculates all the extremum distances between a curve and a surface. These distances can be minimum or maximum.
| Extrema_ExtCS::Extrema_ExtCS | ( | ) |
| Extrema_ExtCS::Extrema_ExtCS | ( | const Adaptor3d_Curve & | C, |
| const Adaptor3d_Surface & | S, | ||
| const double | TolC, | ||
| const double | TolS ) |
It calculates all the distances between C and S.
| Extrema_ExtCS::Extrema_ExtCS | ( | const Adaptor3d_Curve & | C, |
| const Adaptor3d_Surface & | S, | ||
| const double | UCinf, | ||
| const double | UCsup, | ||
| const double | Uinf, | ||
| const double | Usup, | ||
| const double | Vinf, | ||
| const double | Vsup, | ||
| const double | TolC, | ||
| const double | TolS ) |
It calculates all the distances between C and S. UCinf and UCmax are the start and end parameters of the curve.
| void Extrema_ExtCS::Initialize | ( | const Adaptor3d_Surface & | S, |
| const double | TolC, | ||
| const double | TolS ) |
Initializes the fields of the algorithm.
| void Extrema_ExtCS::Initialize | ( | const Adaptor3d_Surface & | S, |
| const double | Uinf, | ||
| const double | Usup, | ||
| const double | Vinf, | ||
| const double | Vsup, | ||
| const double | TolC, | ||
| const double | TolS ) |
Initializes the fields of the algorithm.
| bool Extrema_ExtCS::IsDone | ( | ) | const |
Returns True if the distances are found.
| bool Extrema_ExtCS::IsParallel | ( | ) | const |
Returns True if the curve is on a parallel surface.
| int Extrema_ExtCS::NbExt | ( | ) | const |
Returns the number of extremum distances.
| void Extrema_ExtCS::Perform | ( | const Adaptor3d_Curve & | C, |
| const double | Uinf, | ||
| const double | Usup ) |
Computes the distances. An exception is raised if the fields have not been initialized.
| void Extrema_ExtCS::Points | ( | const int | N, |
| Extrema_POnCurv & | P1, | ||
| Extrema_POnSurf & | P2 ) const |
Returns the point of the Nth resulting distance.
Returns the value of the Nth resulting square distance.