![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <IntPatch_TheSearchInside.hxx>
Public Member Functions | |
| IntPatch_TheSearchInside () | |
| IntPatch_TheSearchInside (IntPatch_TheSurfFunction &F, const occ::handle< Adaptor3d_Surface > &Surf, const occ::handle< Adaptor3d_TopolTool > &T, const double Epsilon) | |
| void | Perform (IntPatch_TheSurfFunction &F, const occ::handle< Adaptor3d_Surface > &Surf, const occ::handle< Adaptor3d_TopolTool > &T, const double Epsilon) |
| void | Perform (IntPatch_TheSurfFunction &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. | |
| IntPatch_TheSearchInside::IntPatch_TheSearchInside | ( | ) |
| IntPatch_TheSearchInside::IntPatch_TheSearchInside | ( | IntPatch_TheSurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const occ::handle< Adaptor3d_TopolTool > & | T, | ||
| const double | Epsilon ) |
| bool IntPatch_TheSearchInside::IsDone | ( | ) | const |
| int IntPatch_TheSearchInside::NbPoints | ( | ) | const |
Returns the number of points. The exception NotDone if raised if IsDone returns False.
| void IntPatch_TheSearchInside::Perform | ( | IntPatch_TheSurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const double | UStart, | ||
| const double | VStart ) |
| void IntPatch_TheSearchInside::Perform | ( | IntPatch_TheSurfFunction & | F, |
| const occ::handle< Adaptor3d_Surface > & | Surf, | ||
| const occ::handle< Adaptor3d_TopolTool > & | T, | ||
| const double | Epsilon ) |
| const IntSurf_InteriorPoint & IntPatch_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.