IEllipse_DG Interface
Properties
- double MajorRadius
- double MinorRadius
- PointDg Center
- VectDg AxisDirection
- IFrame_DG Location
Methods
- Init
- Init
- Init
- GetEccentricity
- GetFocalDistance
- GetFocus
- GetPoint
- GetTangent
- Copy
- Clone
void Init(double rMajor, double rMinor)
void Init(PointDg center, VectDg axis, double rMajor, double rMinor)
void Init(IFrame_DG frame, double rMajor, double rMinor)
double GetEccentricity()
double GetFocalDistance()
PointDg GetFocus(int index0or1)
PointDg GetPoint(double angle)
VectDg GetTangent(double angle)
void Copy(IEllipse_DG ellipse)
IEllipse_DG Clone()
|