![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
It calculates all the distances between a curve and a surface. These distances can be maximum or minimum. More...
#include <Extrema_ExtElCS.hxx>
Public Member Functions | |
| Extrema_ExtElCS () | |
| Extrema_ExtElCS (const gp_Lin &C, const gp_Pln &S) | |
| Calculates the distances between a line and a plane. The line can be on the plane or on a parallel plane. | |
| void | Perform (const gp_Lin &C, const gp_Pln &S) |
| Extrema_ExtElCS (const gp_Lin &C, const gp_Cylinder &S) | |
| Calculates the distances between a line and a cylinder. | |
| void | Perform (const gp_Lin &C, const gp_Cylinder &S) |
| Extrema_ExtElCS (const gp_Lin &C, const gp_Cone &S) | |
| Calculates the distances between a line and a cone. | |
| void | Perform (const gp_Lin &C, const gp_Cone &S) |
| Extrema_ExtElCS (const gp_Lin &C, const gp_Sphere &S) | |
| Calculates the distances between a line and a sphere. | |
| void | Perform (const gp_Lin &C, const gp_Sphere &S) |
| Extrema_ExtElCS (const gp_Lin &C, const gp_Torus &S) | |
| Calculates the distances between a line and a torus. | |
| void | Perform (const gp_Lin &C, const gp_Torus &S) |
| Extrema_ExtElCS (const gp_Circ &C, const gp_Pln &S) | |
| Calculates the distances between a circle and a plane. | |
| void | Perform (const gp_Circ &C, const gp_Pln &S) |
| Extrema_ExtElCS (const gp_Circ &C, const gp_Cylinder &S) | |
| Calculates the distances between a circle and a cylinder. | |
| void | Perform (const gp_Circ &C, const gp_Cylinder &S) |
| Extrema_ExtElCS (const gp_Circ &C, const gp_Cone &S) | |
| Calculates the distances between a circle and a cone. | |
| void | Perform (const gp_Circ &C, const gp_Cone &S) |
| Extrema_ExtElCS (const gp_Circ &C, const gp_Sphere &S) | |
| Calculates the distances between a circle and a sphere. | |
| void | Perform (const gp_Circ &C, const gp_Sphere &S) |
| Extrema_ExtElCS (const gp_Circ &C, const gp_Torus &S) | |
| Calculates the distances between a circle and a torus. | |
| void | Perform (const gp_Circ &C, const gp_Torus &S) |
| Extrema_ExtElCS (const gp_Hypr &C, const gp_Pln &S) | |
| Calculates the distances between a hyperbola and a plane. | |
| void | Perform (const gp_Hypr &C, const gp_Pln &S) |
| 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=1) const |
| Returns the value of the Nth extremum square distance. | |
| void | Points (const int N, Extrema_POnCurv &P1, Extrema_POnSurf &P2) const |
| Returns the points of the Nth extremum distance. P1 is on the curve, P2 on the surface. | |
It calculates all the distances between a curve and a surface. These distances can be maximum or minimum.
| Extrema_ExtElCS::Extrema_ExtElCS | ( | ) |
Calculates the distances between a line and a plane. The line can be on the plane or on a parallel plane.
| Extrema_ExtElCS::Extrema_ExtElCS | ( | const gp_Lin & | C, |
| const gp_Cylinder & | S ) |
Calculates the distances between a line and a cylinder.
Calculates the distances between a line and a cone.
Calculates the distances between a line and a sphere.
Calculates the distances between a line and a torus.
Calculates the distances between a circle and a plane.
| Extrema_ExtElCS::Extrema_ExtElCS | ( | const gp_Circ & | C, |
| const gp_Cylinder & | S ) |
Calculates the distances between a circle and a cylinder.
Calculates the distances between a circle and a cone.
Calculates the distances between a circle and a sphere.
Calculates the distances between a circle and a torus.
Calculates the distances between a hyperbola and a plane.
| bool Extrema_ExtElCS::IsDone | ( | ) | const |
Returns True if the distances are found.
| bool Extrema_ExtElCS::IsParallel | ( | ) | const |
Returns True if the curve is on a parallel surface.
| int Extrema_ExtElCS::NbExt | ( | ) | const |
Returns the number of extremum distances.
| void Extrema_ExtElCS::Perform | ( | const gp_Circ & | C, |
| const gp_Cylinder & | S ) |
| void Extrema_ExtElCS::Perform | ( | const gp_Lin & | C, |
| const gp_Cylinder & | S ) |
| void Extrema_ExtElCS::Points | ( | const int | N, |
| Extrema_POnCurv & | P1, | ||
| Extrema_POnSurf & | P2 ) const |
Returns the points of the Nth extremum distance. P1 is on the curve, P2 on the surface.
Returns the value of the Nth extremum square distance.