#include <Geo.h>
Public Member Functions | |
Arc () | |
virtual Arc * | Copy () override |
virtual int | PushOwnParams (VEC_pD &pvec) override |
virtual void | ReconstructOnNewPvec (VEC_pD &pvec, int &cnt) override |
virtual | ~Arc () |
Public Member Functions inherited from GCS::Circle | |
DeriVector2 | CalculateNormal (const Point &p, const double *derivparam=nullptr) const override |
Circle () | |
virtual Circle * | Copy () override |
virtual int | PushOwnParams (VEC_pD &pvec) override |
virtual void | ReconstructOnNewPvec (VEC_pD &pvec, int &cnt) override |
DeriVector2 | Value (double u, double du, const double *derivparam=nullptr) const override |
Value: returns point (vector) given the value of parameter. More... | |
virtual | ~Circle () |
Public Member Functions inherited from GCS::Curve | |
virtual DeriVector2 | CalculateNormal (const Point &p, const double *derivparam=nullptr) const =0 |
virtual Curve * | Copy ()=0 |
virtual int | PushOwnParams (VEC_pD &pvec)=0 |
virtual void | ReconstructOnNewPvec (VEC_pD &pvec, int &cnt)=0 |
virtual DeriVector2 | Value (double u, double du, const double *derivparam=nullptr) const |
Value: returns point (vector) given the value of parameter. More... | |
virtual | ~Curve () |
Public Attributes | |
Point | end |
double * | endAngle |
Point | start |
double * | startAngle |
Public Attributes inherited from GCS::Circle | |
Point | center |
double * | rad |
GCS::Arc::Arc | ( | ) |
References endAngle, GCS::Circle::rad, and startAngle.
Referenced by Copy().
|
virtual |
|
overridevirtual |
Reimplemented from GCS::Circle.
References Arc().
Reimplemented from GCS::Circle.
References endAngle, GCS::Circle::PushOwnParams(), and startAngle.
Reimplemented from GCS::Circle.
References endAngle, GCS::Circle::ReconstructOnNewPvec(), and startAngle.
Point GCS::Arc::end |
double* GCS::Arc::endAngle |
Referenced by Arc(), PushOwnParams(), and ReconstructOnNewPvec().
Point GCS::Arc::start |
Referenced by Sketcher::Sketch::addArc(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::asString(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::clone(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::hasStart(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::negated(), and Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::value().
double* GCS::Arc::startAngle |
Referenced by Arc(), PushOwnParams(), and ReconstructOnNewPvec().