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

#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_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

◆ Contap_TheSearchInside() [1/2]

Contap_TheSearchInside::Contap_TheSearchInside ( )

◆ Contap_TheSearchInside() [2/2]

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

Member Function Documentation

◆ IsDone()

bool Contap_TheSearchInside::IsDone ( ) const

◆ NbPoints()

int Contap_TheSearchInside::NbPoints ( ) const

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

◆ Perform() [1/2]

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

◆ Perform() [2/2]

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

◆ Value()

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.


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