DGKC Control Documentation


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


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()