![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
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 |
To convert circular section in polynome.
| GeomFill_PolynomialConvertor::GeomFill_PolynomialConvertor | ( | ) |
| void GeomFill_PolynomialConvertor::Init | ( | ) |
| bool GeomFill_PolynomialConvertor::Initialized | ( | ) | const |
say if <me> is Initialized
| 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 |
| 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 |
| 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 |