Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
IntPatch_TheSearchInside Class Reference

#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_InteriorPointValue (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.
 

Constructor & Destructor Documentation

◆ IntPatch_TheSearchInside() [1/2]

IntPatch_TheSearchInside::IntPatch_TheSearchInside ( )

◆ IntPatch_TheSearchInside() [2/2]

IntPatch_TheSearchInside::IntPatch_TheSearchInside ( IntPatch_TheSurfFunction & F,
const occ::handle< Adaptor3d_Surface > & Surf,
const occ::handle< Adaptor3d_TopolTool > & T,
const double Epsilon )

Member Function Documentation

◆ IsDone()

bool IntPatch_TheSearchInside::IsDone ( ) const

◆ NbPoints()

int IntPatch_TheSearchInside::NbPoints ( ) const

Returns the number of points. The exception NotDone if raised if IsDone returns False.

◆ Perform() [1/2]

void IntPatch_TheSearchInside::Perform ( IntPatch_TheSurfFunction & F,
const occ::handle< Adaptor3d_Surface > & Surf,
const double UStart,
const double VStart )

◆ Perform() [2/2]

void IntPatch_TheSearchInside::Perform ( IntPatch_TheSurfFunction & F,
const occ::handle< Adaptor3d_Surface > & Surf,
const occ::handle< Adaptor3d_TopolTool > & T,
const double Epsilon )

◆ Value()

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.


The documentation for this class was generated from the following file: