|
Open CASCADE Technology
6.7.1
|
It calculates all the extremum (minimum and
maximum) distances between a point and a surface
of revolution.
More...
#include <Extrema_ExtPRevS.hxx>
Public Member Functions | |
| Extrema_ExtPRevS () | |
| Extrema_ExtPRevS (const gp_Pnt &P, const Adaptor3d_SurfaceOfRevolution &S, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real Vmin, const Standard_Real Vsup, const Standard_Real TolU, const Standard_Real TolV) | |
| It calculates all the distances between a point from gp and a SurfacePtr from Adaptor3d. More... | |
| Extrema_ExtPRevS (const gp_Pnt &P, const Adaptor3d_SurfaceOfRevolution &S, const Standard_Real TolU, const Standard_Real TolV) | |
| It calculates all the distances between a point from gp and a SurfacePtr from Adaptor3d. More... | |
| void | Initialize (const Adaptor3d_SurfaceOfRevolution &S, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real Vmin, const Standard_Real Vsup, const Standard_Real TolU, const Standard_Real TolV) |
| void | Perform (const gp_Pnt &P) |
| Standard_Boolean | IsDone () const |
| Returns True if the distances are found. More... | |
| Standard_Integer | NbExt () const |
| Returns the number of extremum distances. More... | |
| Standard_Real | SquareDistance (const Standard_Integer N) const |
| Returns the value of the Nth resulting square distance. More... | |
| const Extrema_POnSurf & | Point (const Standard_Integer N) const |
| Returns the point of the Nth resulting distance. More... | |
It calculates all the extremum (minimum and
maximum) distances between a point and a surface
of revolution.
| Extrema_ExtPRevS::Extrema_ExtPRevS | ( | ) |
| Extrema_ExtPRevS::Extrema_ExtPRevS | ( | const gp_Pnt & | P, |
| const Adaptor3d_SurfaceOfRevolution & | S, | ||
| const Standard_Real | Umin, | ||
| const Standard_Real | Usup, | ||
| const Standard_Real | Vmin, | ||
| const Standard_Real | Vsup, | ||
| const Standard_Real | TolU, | ||
| const Standard_Real | TolV | ||
| ) |
It calculates all the distances between a point
from gp and a SurfacePtr from Adaptor3d.
| Extrema_ExtPRevS::Extrema_ExtPRevS | ( | const gp_Pnt & | P, |
| const Adaptor3d_SurfaceOfRevolution & | S, | ||
| const Standard_Real | TolU, | ||
| const Standard_Real | TolV | ||
| ) |
It calculates all the distances between a point
from gp and a SurfacePtr from Adaptor3d.
| void Extrema_ExtPRevS::Initialize | ( | const Adaptor3d_SurfaceOfRevolution & | S, |
| const Standard_Real | Umin, | ||
| const Standard_Real | Usup, | ||
| const Standard_Real | Vmin, | ||
| const Standard_Real | Vsup, | ||
| const Standard_Real | TolU, | ||
| const Standard_Real | TolV | ||
| ) |
| Standard_Boolean Extrema_ExtPRevS::IsDone | ( | ) | const |
Returns True if the distances are found.
| Standard_Integer Extrema_ExtPRevS::NbExt | ( | ) | const |
Returns the number of extremum distances.
| void Extrema_ExtPRevS::Perform | ( | const gp_Pnt & | P | ) |
| const Extrema_POnSurf& Extrema_ExtPRevS::Point | ( | const Standard_Integer | N | ) | const |
Returns the point of the Nth resulting distance.
| Standard_Real Extrema_ExtPRevS::SquareDistance | ( | const Standard_Integer | N | ) | const |
Returns the value of the Nth resulting square distance.
1.8.5