DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > General Geometry > Curves > IEllipse_DG Go to DGKC docs Search Documentation


IEllipse_DG Interface

Init
Init1
Init2
GetMajorRadius
SetMajorRadius
GetMinorRadius
SetMinorRadius
GetCenter
SetCenter
GetAxisDirection
SetAxisDirection
GetLocation
SetLocation
GetEccentricity
GetFocalDistance
GetFocus
GetPoint
GetTangent
Copy
Clone

void Init(double rMajor, double rMinor)


void Init1(Point_DG center, VectDg axis, double rMajor, double rMinor)


void Init2(IFrame_DG frame, double rMajor, double rMinor)


double GetMajorRadius()


void SetMajorRadius(double R)


double GetMinorRadius()


void SetMinorRadius(double r)


Point_DG GetCenter()


void SetCenter(Point_DG center)


VectDg GetAxisDirection()


void SetAxisDirection(VectDg axis)


IFrame_DG GetLocation()


void SetLocation(IFrame_DG frame)


double GetEccentricity()


double GetFocalDistance()


Point_DG GetFocus(int index0or1)


Point_DG GetPoint(double angle)


VectDg GetTangent(double angle)


void Copy(IEllipse_DG ellipse)


IEllipse_DG Clone()