Open CASCADE Technology
7.3.0
|
#include <Contap_TheSearch.hxx>
Public Member Functions | |
Contap_TheSearch () | |
Empty constructor. More... | |
void | Perform (Contap_ArcFunction &F, const Handle< Adaptor3d_TopolTool > &Domain, const Standard_Real TolBoundary, const Standard_Real TolTangency, const Standard_Boolean RecheckOnRegularity=Standard_False) |
Algorithm to find the points and parts of curves of Domain (domain of of restriction of a surface) which verify F = 0. TolBoundary defines if a curve is on Q. TolTangency defines if a point is on Q. More... | |
Standard_Boolean | IsDone () const |
Returns True if the calculus was successful. More... | |
Standard_Boolean | AllArcSolution () const |
Returns true if all arc of the Arcs are solution (inside the surface). An exception is raised if IsDone returns False. More... | |
Standard_Integer | NbPoints () const |
Returns the number of resulting points. An exception is raised if IsDone returns False (NotDone). More... | |
const Contap_ThePathPointOfTheSearch & | Point (const Standard_Integer Index) const |
Returns the resulting point of range Index. The exception NotDone is raised if IsDone() returns False. The exception OutOfRange is raised if Index <= 0 or Index > NbPoints. More... | |
Standard_Integer | NbSegments () const |
Returns the number of the resulting segments. An exception is raised if IsDone returns False (NotDone). More... | |
const Contap_TheSegmentOfTheSearch & | Segment (const Standard_Integer Index) const |
Returns the resulting segment of range Index. The exception NotDone is raised if IsDone() returns False. The exception OutOfRange is raised if Index <= 0 or Index > NbPoints. More... | |
Contap_TheSearch::Contap_TheSearch | ( | ) |
Empty constructor.
Standard_Boolean Contap_TheSearch::AllArcSolution | ( | ) | const |
Returns true if all arc of the Arcs are solution (inside the surface). An exception is raised if IsDone returns False.
Standard_Boolean Contap_TheSearch::IsDone | ( | ) | const |
Returns True if the calculus was successful.
Standard_Integer Contap_TheSearch::NbPoints | ( | ) | const |
Returns the number of resulting points. An exception is raised if IsDone returns False (NotDone).
Standard_Integer Contap_TheSearch::NbSegments | ( | ) | const |
Returns the number of the resulting segments. An exception is raised if IsDone returns False (NotDone).
void Contap_TheSearch::Perform | ( | Contap_ArcFunction & | F, |
const Handle< Adaptor3d_TopolTool > & | Domain, | ||
const Standard_Real | TolBoundary, | ||
const Standard_Real | TolTangency, | ||
const Standard_Boolean | RecheckOnRegularity = Standard_False |
||
) |
Algorithm to find the points and parts of curves of Domain (domain of of restriction of a surface) which verify F = 0. TolBoundary defines if a curve is on Q. TolTangency defines if a point is on Q.
const Contap_ThePathPointOfTheSearch& Contap_TheSearch::Point | ( | const Standard_Integer | Index | ) | const |
Returns the resulting point of range Index. The exception NotDone is raised if IsDone() returns False. The exception OutOfRange is raised if Index <= 0 or Index > NbPoints.
const Contap_TheSegmentOfTheSearch& Contap_TheSearch::Segment | ( | const Standard_Integer | Index | ) | const |
Returns the resulting segment of range Index. The exception NotDone is raised if IsDone() returns False. The exception OutOfRange is raised if Index <= 0 or Index > NbPoints.