Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GeomFill_PolynomialConvertor Class Reference

To convert circular section in polynome. More...

#include <GeomFill_PolynomialConvertor.hxx>

Public Member Functions

 GeomFill_PolynomialConvertor ()
 
bool Initialized () const
 say if <me> is Initialized
 
void Init ()
 
void Section (const gp_Pnt &FirstPnt, const gp_Pnt &Center, const gp_Vec &Dir, const double Angle, NCollection_Array1< gp_Pnt > &Poles) const
 
void Section (const gp_Pnt &FirstPnt, const gp_Vec &DFirstPnt, const gp_Pnt &Center, const gp_Vec &DCenter, const gp_Vec &Dir, const gp_Vec &DDir, const double Angle, const double DAngle, NCollection_Array1< gp_Pnt > &Poles, NCollection_Array1< gp_Vec > &DPoles) const
 
void Section (const gp_Pnt &FirstPnt, const gp_Vec &DFirstPnt, const gp_Vec &D2FirstPnt, const gp_Pnt &Center, const gp_Vec &DCenter, const gp_Vec &D2Center, const gp_Vec &Dir, const gp_Vec &DDir, const gp_Vec &D2Dir, const double Angle, const double DAngle, const double D2Angle, NCollection_Array1< gp_Pnt > &Poles, NCollection_Array1< gp_Vec > &DPoles, NCollection_Array1< gp_Vec > &D2Poles) const
 

Detailed Description

To convert circular section in polynome.

Constructor & Destructor Documentation

◆ GeomFill_PolynomialConvertor()

GeomFill_PolynomialConvertor::GeomFill_PolynomialConvertor ( )

Member Function Documentation

◆ Init()

void GeomFill_PolynomialConvertor::Init ( )

◆ Initialized()

bool GeomFill_PolynomialConvertor::Initialized ( ) const

say if <me> is Initialized

◆ Section() [1/3]

void GeomFill_PolynomialConvertor::Section ( const gp_Pnt & FirstPnt,
const gp_Pnt & Center,
const gp_Vec & Dir,
const double Angle,
NCollection_Array1< gp_Pnt > & Poles ) const

◆ Section() [2/3]

void GeomFill_PolynomialConvertor::Section ( const gp_Pnt & FirstPnt,
const gp_Vec & DFirstPnt,
const gp_Pnt & Center,
const gp_Vec & DCenter,
const gp_Vec & Dir,
const gp_Vec & DDir,
const double Angle,
const double DAngle,
NCollection_Array1< gp_Pnt > & Poles,
NCollection_Array1< gp_Vec > & DPoles ) const

◆ Section() [3/3]

void GeomFill_PolynomialConvertor::Section ( const gp_Pnt & FirstPnt,
const gp_Vec & DFirstPnt,
const gp_Vec & D2FirstPnt,
const gp_Pnt & Center,
const gp_Vec & DCenter,
const gp_Vec & D2Center,
const gp_Vec & Dir,
const gp_Vec & DDir,
const gp_Vec & D2Dir,
const double Angle,
const double DAngle,
const double D2Angle,
NCollection_Array1< gp_Pnt > & Poles,
NCollection_Array1< gp_Vec > & DPoles,
NCollection_Array1< gp_Vec > & D2Poles ) const

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