Open CASCADE Technology
7.3.0
|
This class provides the computation of the contours for quadric surfaces. More...
#include <Contap_ContAna.hxx>
Public Member Functions | |
Contap_ContAna () | |
void | Perform (const gp_Sphere &S, const gp_Dir &D) |
void | Perform (const gp_Sphere &S, const gp_Dir &D, const Standard_Real Ang) |
void | Perform (const gp_Sphere &S, const gp_Pnt &Eye) |
void | Perform (const gp_Cylinder &C, const gp_Dir &D) |
void | Perform (const gp_Cylinder &C, const gp_Dir &D, const Standard_Real Ang) |
void | Perform (const gp_Cylinder &C, const gp_Pnt &Eye) |
void | Perform (const gp_Cone &C, const gp_Dir &D) |
void | Perform (const gp_Cone &C, const gp_Dir &D, const Standard_Real Ang) |
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. More... | |
gp_Circ | Circle () const |
gp_Lin | Line (const Standard_Integer Index) const |
This class provides the computation of the contours for quadric surfaces.
Contap_ContAna::Contap_ContAna | ( | ) |
gp_Circ Contap_ContAna::Circle | ( | ) | const |
Standard_Boolean Contap_ContAna::IsDone | ( | ) | const |
gp_Lin Contap_ContAna::Line | ( | const Standard_Integer | Index | ) | const |
Standard_Integer Contap_ContAna::NbContours | ( | ) | const |
void Contap_ContAna::Perform | ( | const gp_Sphere & | S, |
const gp_Dir & | D, | ||
const Standard_Real | Ang | ||
) |
void Contap_ContAna::Perform | ( | const gp_Cylinder & | C, |
const gp_Dir & | D | ||
) |
void Contap_ContAna::Perform | ( | const gp_Cylinder & | C, |
const gp_Dir & | D, | ||
const Standard_Real | Ang | ||
) |
void Contap_ContAna::Perform | ( | const gp_Cylinder & | C, |
const gp_Pnt & | Eye | ||
) |
void Contap_ContAna::Perform | ( | const gp_Cone & | C, |
const gp_Dir & | D, | ||
const Standard_Real | Ang | ||
) |
GeomAbs_CurveType Contap_ContAna::TypeContour | ( | ) | const |
Returns GeomAbs_Line or GeomAbs_Circle, when IsDone() returns True.