|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Contap_ContAna () |
Standard_EXPORT void | Perform (const gp_Sphere &S, const gp_Dir &D) |
Standard_EXPORT void | Perform (const gp_Sphere &S, const gp_Dir &D, const Standard_Real Ang) |
Standard_EXPORT void | Perform (const gp_Sphere &S, const gp_Pnt &Eye) |
Standard_EXPORT void | Perform (const gp_Cylinder &C, const gp_Dir &D) |
Standard_EXPORT void | Perform (const gp_Cylinder &C, const gp_Dir &D, const Standard_Real Ang) |
Standard_EXPORT void | Perform (const gp_Cylinder &C, const gp_Pnt &Eye) |
Standard_EXPORT void | Perform (const gp_Cone &C, const gp_Dir &D) |
Standard_EXPORT void | Perform (const gp_Cone &C, const gp_Dir &D, const Standard_Real Ang) |
Standard_EXPORT void | Perform (const gp_Cone &C, const gp_Pnt &Eye) |
Standard_Boolean | IsDone () const |
Standard_Integer | NbContours () const |
GeomAbs_CurveType | TypeContour () const |
| Returns GeomAbs_Line or GeomAbs_Circle, when
IsDone() returns True.
.
|
gp_Circ | Circle () const |
Standard_EXPORT gp_Lin | Line (const Standard_Integer Index) const |
Private Attributes |
Standard_Boolean | done |
Standard_Integer | nbSol |
GeomAbs_CurveType | typL |
gp_Pnt | pt1 |
gp_Pnt | pt2 |
gp_Pnt | pt3 |
gp_Pnt | pt4 |
gp_Dir | dir1 |
gp_Dir | dir2 |
gp_Dir | dir3 |
gp_Dir | dir4 |
Standard_Real | prm |