Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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 double 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 double 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 double Ang)
 
void Perform (const gp_Cone &C, const gp_Pnt &Eye)
 
bool IsDone () const
 
int NbContours () const
 
GeomAbs_CurveType TypeContour () const
 Returns GeomAbs_Line or GeomAbs_Circle, when IsDone() returns True.
 
gp_Circ Circle () const
 
gp_Lin Line (const int 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()

bool Contap_ContAna::IsDone ( ) const

◆ Line()

gp_Lin Contap_ContAna::Line ( const int Index) const

◆ NbContours()

int 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 double 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 double 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 double 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: