![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Contap_TheSearchInside.hxx>
Public Member Functions | |
| Contap_TheSearchInside () | |
| Contap_TheSearchInside (Contap_SurfFunction &F, const occ::handle< Adaptor3d_Surface > &Surf, const occ::handle< Adaptor3d_TopolTool > &T, const double Epsilon) | |
| void | Perform (Contap_SurfFunction &F, const occ::handle< Adaptor3d_Surface > &Surf, const occ::handle< Adaptor3d_TopolTool > &T, const double Epsilon) |
| void | Perform (Contap_SurfFunction &F, const occ::handle< Adaptor3d_Surface > &Surf, const double UStart, const double VStart) |
| bool | IsDone () const |
| int | NbPoints () const |
| Returns the number of points. The exception NotDone if raised if IsDone returns False. | |
| const IntSurf_InteriorPoint & | Value (const int Index) const |
| Returns the point of range Index. The exception NotDone if raised if IsDone returns False. The exception OutOfRange if raised if Index <= 0 or Index > NbPoints. | |
| Contap_TheSearchInside::Contap_TheSearchInside | ( | ) |
| Contap_TheSearchInside::Contap_TheSearchInside | ( | Contap_SurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const occ::handle< Adaptor3d_TopolTool > & | T, | ||
| const double | Epsilon ) |
| bool Contap_TheSearchInside::IsDone | ( | ) | const |
| int Contap_TheSearchInside::NbPoints | ( | ) | const |
Returns the number of points. The exception NotDone if raised if IsDone returns False.
| void Contap_TheSearchInside::Perform | ( | Contap_SurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const double | UStart, | ||
| const double | VStart ) |
| void Contap_TheSearchInside::Perform | ( | Contap_SurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const occ::handle< Adaptor3d_TopolTool > & | T, | ||
| const double | Epsilon ) |
| const IntSurf_InteriorPoint & Contap_TheSearchInside::Value | ( | const int | Index | ) | const |
Returns the point of range Index. The exception NotDone if raised if IsDone returns False. The exception OutOfRange if raised if Index <= 0 or Index > NbPoints.