|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GeomFill_QuasiAngularConvertor () |
Standard_EXPORT Standard_Boolean | Initialized () const |
| say if <me> is Initialized
|
Standard_EXPORT void | Init () |
Standard_EXPORT void | Section (const gp_Pnt &FirstPnt, const gp_Pnt &Center, const gp_Vec &Dir, const Standard_Real Angle, TColgp_Array1OfPnt &Poles, TColStd_Array1OfReal &Weights) |
Standard_EXPORT 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 Standard_Real Angle, const Standard_Real DAngle, TColgp_Array1OfPnt &Poles, TColgp_Array1OfVec &DPoles, TColStd_Array1OfReal &Weights, TColStd_Array1OfReal &DWeights) |
Standard_EXPORT 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 Standard_Real Angle, const Standard_Real DAngle, const Standard_Real D2Angle, TColgp_Array1OfPnt &Poles, TColgp_Array1OfVec &DPoles, TColgp_Array1OfVec &D2Poles, TColStd_Array1OfReal &Weights, TColStd_Array1OfReal &DWeights, TColStd_Array1OfReal &D2Weights) |
Private Attributes |
Standard_Boolean | myinit |
math_Matrix | B |
math_Vector | Px |
math_Vector | Py |
math_Vector | W |
math_Vector | Vx |
math_Vector | Vy |
math_Vector | Vw |
Standard_EXPORT void GeomFill_QuasiAngularConvertor::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 Standard_Real |
Angle, |
|
|
const Standard_Real |
DAngle, |
|
|
const Standard_Real |
D2Angle, |
|
|
TColgp_Array1OfPnt & |
Poles, |
|
|
TColgp_Array1OfVec & |
DPoles, |
|
|
TColgp_Array1OfVec & |
D2Poles, |
|
|
TColStd_Array1OfReal & |
Weights, |
|
|
TColStd_Array1OfReal & |
DWeights, |
|
|
TColStd_Array1OfReal & |
D2Weights |
|
) |
|
|