GCS::ArcOfEllipse Class Reference
#include <Geo.h>
Public Member Functions | |
ArcOfEllipse () | |
virtual ArcOfEllipse * | Copy () |
virtual int | PushOwnParams (VEC_pD &pvec) |
virtual void | ReconstructOnNewPvec (VEC_pD &pvec, int &cnt) |
virtual | ~ArcOfEllipse () |
Public Member Functions inherited from GCS::Ellipse | |
DeriVector2 | CalculateNormal (Point &p, double *derivparam=0) |
Ellipse () | |
virtual double | getRadMaj () |
virtual double | getRadMaj (const DeriVector2 ¢er, const DeriVector2 &f1, double b, double db, double &ret_dRadMaj) |
virtual double | getRadMaj (double *derivparam, double &ret_dRadMaj) |
DeriVector2 | Value (double u, double du, double *derivparam=0) |
Value: returns point (vector) given the value of parameter. More... | |
virtual | ~Ellipse () |
Public Member Functions inherited from GCS::MajorRadiusConic | |
virtual | ~MajorRadiusConic () |
Public Member Functions inherited from GCS::Curve | |
virtual | ~Curve () |
Public Member Functions inherited from GCS::DependentParameters | |
DependentParameters () | |
Public Attributes | |
Point | end |
double * | endAngle |
Point | start |
double * | startAngle |
Public Attributes inherited from GCS::Ellipse | |
Point | center |
Point | focus1 |
double * | radmin |
Public Attributes inherited from GCS::DependentParameters | |
bool | hasDependentParameters |
Constructor & Destructor Documentation
◆ ArcOfEllipse()
GCS::ArcOfEllipse::ArcOfEllipse | ( | ) |
Referenced by Copy().
◆ ~ArcOfEllipse()
|
virtual |
Member Function Documentation
◆ Copy()
|
virtual |
Reimplemented from GCS::Ellipse.
References ArcOfEllipse().
◆ PushOwnParams()
|
virtual |
Reimplemented from GCS::Ellipse.
References endAngle, GCS::Ellipse::PushOwnParams(), and startAngle.
◆ ReconstructOnNewPvec()
|
virtual |
Reimplemented from GCS::Ellipse.
References endAngle, GCS::Ellipse::ReconstructOnNewPvec(), and startAngle.
Member Data Documentation
◆ end
Point GCS::ArcOfEllipse::end |
◆ endAngle
double* GCS::ArcOfEllipse::endAngle |
Referenced by PushOwnParams(), and ReconstructOnNewPvec().
◆ start
Point GCS::ArcOfEllipse::start |
Referenced by Sketcher::Sketch::addArcOfEllipse().
◆ startAngle
double* GCS::ArcOfEllipse::startAngle |
Referenced by PushOwnParams(), and ReconstructOnNewPvec().
The documentation for this class was generated from the following files:
- src/Mod/Sketcher/App/planegcs/Geo.h
- src/Mod/Sketcher/App/planegcs/Geo.cpp