|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GccAna_Circ2dBisec (const gp_Circ2d &Circ1, const gp_Circ2d &Circ2) |
| Constructs bisecting curves between the two circles Circ1 and Circ2.
.
|
Standard_EXPORT Standard_Boolean | IsDone () const |
| This method returns True if the construction algorithm succeeded.
.
|
Standard_EXPORT Standard_Integer | NbSolutions () const |
| This method returns the number of solutions.
Raises NotDone if the construction algorithm didn't succeed.
.
|
Standard_EXPORT Handle_GccInt_Bisec | ThisSolution (const Standard_Integer Index) const |
| Returns the solution number Index
Raises OutOfRange exception if Index is greater than
the number of solutions.
It raises NotDone if the construction algorithm
didn't succeed.
.
|
Private Attributes |
Standard_Boolean | WellDone |
Standard_Integer | NbrSol |
Standard_Integer | intersection |
Standard_Boolean | sameradius |
gp_Circ2d | circle1 |
gp_Circ2d | circle2 |