Open CASCADE Technology  7.7.0
Public Member Functions

Contap_ContAna Class Reference

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
 

Detailed Description

This class provides the computation of the contours for quadric surfaces.

Constructor & Destructor Documentation

◆ Contap_ContAna()

Contap_ContAna::Contap_ContAna ( )

Member Function Documentation

◆ Circle()

gp_Circ Contap_ContAna::Circle ( ) const

◆ IsDone()

Standard_Boolean Contap_ContAna::IsDone ( ) const

◆ Line()

gp_Lin Contap_ContAna::Line ( const Standard_Integer  Index) const

◆ NbContours()

Standard_Integer Contap_ContAna::NbContours ( ) const

◆ Perform() [1/9]

void Contap_ContAna::Perform ( const gp_Cone C,
const gp_Dir D 
)

◆ Perform() [2/9]

void Contap_ContAna::Perform ( const gp_Cone C,
const gp_Dir D,
const Standard_Real  Ang 
)

◆ Perform() [3/9]

void Contap_ContAna::Perform ( const gp_Cone C,
const gp_Pnt Eye 
)

◆ Perform() [4/9]

void Contap_ContAna::Perform ( const gp_Cylinder C,
const gp_Dir D 
)

◆ Perform() [5/9]

void Contap_ContAna::Perform ( const gp_Cylinder C,
const gp_Dir D,
const Standard_Real  Ang 
)

◆ Perform() [6/9]

void Contap_ContAna::Perform ( const gp_Cylinder C,
const gp_Pnt Eye 
)

◆ Perform() [7/9]

void Contap_ContAna::Perform ( const gp_Sphere S,
const gp_Dir D 
)

◆ Perform() [8/9]

void Contap_ContAna::Perform ( const gp_Sphere S,
const gp_Dir D,
const Standard_Real  Ang 
)

◆ Perform() [9/9]

void Contap_ContAna::Perform ( const gp_Sphere S,
const gp_Pnt Eye 
)

◆ TypeContour()

GeomAbs_CurveType Contap_ContAna::TypeContour ( ) const

Returns GeomAbs_Line or GeomAbs_Circle, when IsDone() returns True.


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